nvim: init.vim: Remove vim-vinegar

For some reason, vinegar bindings are not working. And there is no
point in debugging this.
This commit is contained in:
Sanchayan Maity 2019-12-11 08:31:48 +05:30 committed by Sanchayan Maity
parent 4c4517c71f
commit 7fa8b136eb
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-sleuth'
Plug 'tpope/vim-vinegar'
Plug 'editorconfig/editorconfig-vim'
Plug 'igankevich/mesonic'
Plug 'rhysd/vim-clang-format', { 'for': [ 'c', 'cpp'] }