vimrc-plugins: Remove vinegar
This commit is contained in:
parent
45c4126735
commit
7a14ddd538
1 changed files with 1 additions and 2 deletions
|
@ -12,12 +12,11 @@ endif
|
|||
call plug#begin('~/.vim/bundle')
|
||||
" Current list of plugins
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-vinegar'
|
||||
Plug 'tpope/vim-tbone'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'vimwiki/vimwiki'
|
||||
Plug 'ajh17/VimCompletesMe'
|
||||
Plug 'ludovicchabant/vim-gutentags'
|
||||
" Ruby Related
|
||||
|
|
Loading…
Reference in a new issue