From 2e62c7b12ee291dc80dd3c9867cd77b68227b11a Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 17 Aug 2022 22:23:48 -0700 Subject: [PATCH] nvim: considering hop.nvim --- .config/nvim/lua/blake/plugins.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)