add leap neovim plugin
This commit is contained in:
parent
f316c6a47f
commit
ebd4dfffcf
2 changed files with 4 additions and 0 deletions
|
@ -39,4 +39,7 @@ return require('packer').startup(function()
|
|||
ts_update()
|
||||
end,
|
||||
}
|
||||
|
||||
-- Fast jumping
|
||||
use 'ggandor/leap.nvim'
|
||||
end)
|
||||
|
|
Reference in a new issue