nvim: Switch to a different whitespace stripping plugin

lessspace.vim is good but activates when leaving insert mode. This seems
to create problems while using LSP in python. Exact problem being when
in insert mode and about to enter function arguments, LSP will show
function argument signature. This conflicts with lessspace trying to do
it's thing and LSP trying to do it's thing.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-02-17 11:32:59 +05:30
parent 7738d0c621
commit 93690c4887

View file

@ -15,7 +15,7 @@ Plug 'haya14busa/incsearch-easymotion.vim'
Plug 'junegunn/fzf.vim'
Plug 'pbogut/fzf-mru.vim'
" Remove extraneous whitespace when edit mode is exited
Plug 'thirtythreeforty/lessspace.vim'
Plug 'axelf4/vim-strip-trailing-whitespace'
" Status bar mods
Plug 'vim-airline/vim-airline'
" Manage Project sessions