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')
|
call plug#begin('~/.vim/bundle')
|
||||||
" Current list of plugins
|
" Current list of plugins
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-vinegar'
|
|
||||||
Plug 'tpope/vim-tbone'
|
Plug 'tpope/vim-tbone'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'vimwiki/vimwiki'
|
|
||||||
Plug 'tpope/vim-unimpaired'
|
Plug 'tpope/vim-unimpaired'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
|
Plug 'vimwiki/vimwiki'
|
||||||
Plug 'ajh17/VimCompletesMe'
|
Plug 'ajh17/VimCompletesMe'
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
" Ruby Related
|
" Ruby Related
|
||||||
|
|
Loading…
Reference in a new issue