nvim: considering hop.nvim
This commit is contained in:
parent
40c17ddae8
commit
2e62c7b12e
1 changed files with 6 additions and 3 deletions
|
@ -319,9 +319,6 @@ return require('packer').startup({function()
|
|||
use { -- matchup: Use the percent (%) key for more things
|
||||
'andymass/vim-matchup',
|
||||
}
|
||||
-- use { -- lightspeed: Jump around in files quickly
|
||||
-- 'ggandor/lightspeed.nvim',
|
||||
-- }
|
||||
use { -- indentline: Line indent indicators
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
config = function()
|
||||
|
@ -352,6 +349,12 @@ return require('packer').startup({function()
|
|||
vim.api.nvim_set_keymap("n", "<Leader>af", ":lua require('neogen').generate('func')<CR>", opts)
|
||||
end
|
||||
}
|
||||
use { -- hop.nvim: Jump around files quickly
|
||||
'phaazon/hop.nvim',
|
||||
config = function()
|
||||
require('hop').setup { keys = 'etovxqpdygfblzhckisuran' }
|
||||
end
|
||||
}
|
||||
|
||||
-- Conveniences
|
||||
use { -- sort motion: (gs)
|
||||
|
|
Loading…
Add table
Reference in a new issue