Added leap to neovim
This commit is contained in:
parent
1af5247264
commit
41141ecd8b
@ -20,4 +20,11 @@ return {
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
"ggandor/leap.nvim",
|
||||
event = "UIEnter",
|
||||
config = function()
|
||||
require("leap").add_default_mappings()
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user