We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d396190 commit ae2437dCopy full SHA for ae2437d
lua/astrocommunity/motion/leap-nvim/init.lua
@@ -5,28 +5,6 @@ return {
5
{
6
"AstroNvim/astrocore",
7
opts = {
8
- autocmds = vim.fn.has "nvim-0.10" == 0
9
- and {
10
- leap_cursor = { -- https://github.com/ggandor/leap.nvim/issues/70#issuecomment-1521177534
11
- {
12
- event = "User",
13
- pattern = "LeapEnter",
14
- callback = function()
15
- vim.cmd.hi("Cursor", "blend=100")
16
- vim.opt.guicursor:append { "a:Cursor/lCursor" }
17
- end,
18
- },
19
20
21
- pattern = "LeapLeave",
22
23
- vim.cmd.hi("Cursor", "blend=0")
24
- vim.opt.guicursor:remove { "a:Cursor/lCursor" }
25
26
27
28
- }
29
- or {},
30
mappings = {
31
n = {
32
["s"] = { "<Plug>(leap-forward)", desc = "Leap forward" },
0 commit comments