leap.nvim
This commit is contained in:
parent
0274000880
commit
cf744465b3
2 changed files with 9 additions and 1 deletions
|
@ -61,4 +61,6 @@
|
||||||
:mbbill/undotree {}
|
:mbbill/undotree {}
|
||||||
:folke/which-key.nvim {:mod :which-key}
|
:folke/which-key.nvim {:mod :which-key}
|
||||||
:airblade/vim-rooter {}
|
:airblade/vim-rooter {}
|
||||||
:hashivim/vim-terraform {:mod :vim-terraform})
|
:hashivim/vim-terraform {:mod :vim-terraform}
|
||||||
|
:imsnif/kdl.vim {}
|
||||||
|
:ggandor/leap.nvim {:mod :leap})
|
||||||
|
|
6
nvim/fnl/config/plugin/leap.fnl
Normal file
6
nvim/fnl/config/plugin/leap.fnl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
(module config.plugin.leap
|
||||||
|
{autoload {nvim aniseed.nvim}})
|
||||||
|
|
||||||
|
(let [(leap? leapconfig) (pcall require :leap)]
|
||||||
|
(when leap?
|
||||||
|
(leapconfig.add_default_mappings)))
|
Loading…
Add table
Reference in a new issue