update
This commit is contained in:
parent
72364ad9ac
commit
d38bafbaba
11 changed files with 165 additions and 25 deletions
6
lua/custom/plugins/leap.lua
Normal file
6
lua/custom/plugins/leap.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"ggandor/leap.nvim",
|
||||
config = function()
|
||||
require('leap').add_default_mappings()
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue