diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 2a077fe..09a8936 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -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", "af", ":lua require('neogen').generate('func')", 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)