nvim: add leap
This commit is contained in:
parent
7110966df9
commit
a84dac1b3d
@ -4,4 +4,15 @@ return {
|
||||
dependencies = 'neovim/nvim-lspconfig',
|
||||
lazy = true,
|
||||
},
|
||||
|
||||
{
|
||||
'ggandor/leap.nvim',
|
||||
config = function()
|
||||
require('leap').add_default_mappings()
|
||||
end,
|
||||
dependencies = {
|
||||
"tpope/vim-repeat",
|
||||
},
|
||||
lazy = false,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user