leap.nvim

This commit is contained in:
Anthony Cicchetti 2022-11-22 08:35:54 -05:00
parent 0274000880
commit cf744465b3
2 changed files with 9 additions and 1 deletions

View file

@ -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})

View 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)))