diff options
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 2bb5269..186b04a 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua | |||
@@ -100,8 +100,6 @@ return require('packer').startup(function() | |||
100 | use 'matze/vim-move' | 100 | use 'matze/vim-move' |
101 | -- surround text objects; sa, sr and sd | 101 | -- surround text objects; sa, sr and sd |
102 | use 'machakann/vim-sandwich' | 102 | use 'machakann/vim-sandwich' |
103 | -- visual feedback for substitute holy shit this is amazing | ||
104 | use 'markonm/traces.vim' | ||
105 | -- see the contents of registers on "/<CTRL-R> | 103 | -- see the contents of registers on "/<CTRL-R> |
106 | use 'junegunn/vim-peekaboo' | 104 | use 'junegunn/vim-peekaboo' |
107 | -- use <leader>k to highlight multiple words) | 105 | -- use <leader>k to highlight multiple words) |