added more plugins
This commit is contained in:
parent
5aeddfdd5d
commit
f50ff82f33
5 changed files with 243 additions and 4 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').create_default_mappings()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue