nvim: plugins: Search in visual mode using * and #

This commit is contained in:
Sanchayan Maity 2021-05-06 21:15:55 +05:30
parent e8a1135b24
commit a899271748

View file

@ -20,6 +20,7 @@ local init = function ()
}
use 'wincent/ferret'
use 'lambdalisue/reword.vim'
use 'bronson/vim-visual-star-search'
-- Remove extraneous whitespace when edit mode is exited
use {
'ntpeters/vim-better-whitespace',