added leap
This commit is contained in:
@@ -191,6 +191,11 @@ return require('packer').startup(function()
|
||||
requires = { 'nvim-treesitter/nvim-treesitter' },
|
||||
config = get_setup('my_hlargs')
|
||||
}
|
||||
use {
|
||||
'ggandor/leap.nvim',
|
||||
requires = {'tpope/vim-repeat'},
|
||||
config = get_setup('my_leap')
|
||||
}
|
||||
if packer_bootstrap then
|
||||
require('packer').sync()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user