Get Vim's Vundle to manage itself.
This commit is contained in:
parent
0fe32453d8
commit
483fd526c8
1
.vimrc
1
.vimrc
|
@ -12,6 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
|
|
||||||
" Plugins
|
" Plugins
|
||||||
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
|
|
Loading…
Reference in a new issue