Tidy up vim plugin list
This commit is contained in:
parent
5d8f841811
commit
0056d9d11e
1 changed files with 17 additions and 16 deletions
3
vimrc
3
vimrc
|
@ -23,6 +23,7 @@
|
||||||
"| Tagbar | https://github.com/majutsushi/tagbar |"
|
"| Tagbar | https://github.com/majutsushi/tagbar |"
|
||||||
"| Undotree | https://github.com/mbbill/undotree |"
|
"| Undotree | https://github.com/mbbill/undotree |"
|
||||||
"| Vim-Airline | https://github.com/bling/vim-airline |"
|
"| Vim-Airline | https://github.com/bling/vim-airline |"
|
||||||
|
"| Vim-Gnupg | https://github.com/jamessan/vim-gnupg |"
|
||||||
"| Vim-Perl | https://github.com/vim-perl/vim-perl |"
|
"| Vim-Perl | https://github.com/vim-perl/vim-perl |"
|
||||||
"| Vim-Startify | https://github.com/mhinz/vim-startify |"
|
"| Vim-Startify | https://github.com/mhinz/vim-startify |"
|
||||||
"| Vundle | https://github.com/gmarik/Vundle.vim.git |"
|
"| Vundle | https://github.com/gmarik/Vundle.vim.git |"
|
||||||
|
@ -77,13 +78,13 @@ if has("unix") || has("mac")
|
||||||
Plugin 'vim-airline/vim-airline-themes'
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'godlygeek/tabular'
|
Plugin 'godlygeek/tabular'
|
||||||
|
Plugin 'jamessan/vim-gnupg'
|
||||||
Plugin 'kien/ctrlp.vim'
|
Plugin 'kien/ctrlp.vim'
|
||||||
Plugin 'Lokaltog/vim-easymotion'
|
Plugin 'Lokaltog/vim-easymotion'
|
||||||
Plugin 'mhinz/vim-startify'
|
Plugin 'mhinz/vim-startify'
|
||||||
Plugin 'msanders/snipmate.vim'
|
Plugin 'msanders/snipmate.vim'
|
||||||
Plugin 'Raimondi/delimitMate'
|
Plugin 'Raimondi/delimitMate'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'jamessan/vim-gnupg'
|
|
||||||
Plugin 'captbaritone/better-indent-support-for-php-with-html'
|
Plugin 'captbaritone/better-indent-support-for-php-with-html'
|
||||||
"[Solarized theme]"
|
"[Solarized theme]"
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
|
Loading…
Reference in a new issue