add leap neovim plugin

This commit is contained in:
Pim Kunis 2023-01-29 23:00:47 +01:00
parent f316c6a47f
commit ebd4dfffcf
2 changed files with 4 additions and 0 deletions

View file

@ -39,4 +39,7 @@ return require('packer').startup(function()
ts_update()
end,
}
-- Fast jumping
use 'ggandor/leap.nvim'
end)

View file

@ -0,0 +1 @@
require('leap').add_default_mappings()