move personal configs out of init.lua
This commit is contained in:
parent
b8f76b632c
commit
a02d314b41
4 changed files with 112 additions and 0 deletions
7
lua/custom/plugins/leap.lua
Normal file
7
lua/custom/plugins/leap.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'ggandor/leap.nvim',
|
||||
version = "*",
|
||||
config = function ()
|
||||
require('leap').add_default_mappings()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue