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
|
use { -- matchup: Use the percent (%) key for more things
|
||||||
'andymass/vim-matchup',
|
'andymass/vim-matchup',
|
||||||
}
|
}
|
||||||
-- use { -- lightspeed: Jump around in files quickly
|
|
||||||
-- 'ggandor/lightspeed.nvim',
|
|
||||||
-- }
|
|
||||||
use { -- indentline: Line indent indicators
|
use { -- indentline: Line indent indicators
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
config = function()
|
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)
|
vim.api.nvim_set_keymap("n", "<Leader>af", ":lua require('neogen').generate('func')<CR>", opts)
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
use { -- hop.nvim: Jump around files quickly
|
||||||
|
'phaazon/hop.nvim',
|
||||||
|
config = function()
|
||||||
|
require('hop').setup { keys = 'etovxqpdygfblzhckisuran' }
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
-- Conveniences
|
-- Conveniences
|
||||||
use { -- sort motion: (gs)
|
use { -- sort motion: (gs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue