nvim: init.vim: Add support for word replacement while preserving case
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
eb55c80682
commit
f124c272c4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
|||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'PeterRincker/vim-searchlight'
|
||||
Plug 'wincent/ferret'
|
||||
Plug 'lambdalisue/reword.vim'
|
||||
" Remove extraneous whitespace when edit mode is exited
|
||||
Plug 'axelf4/vim-strip-trailing-whitespace'
|
||||
" Manage Project sessions
|
||||
|
|
Loading…
Reference in a new issue