Tidy up vim plugin list

This commit is contained in:
lhark 2016-05-21 01:22:55 +02:00
parent 5d8f841811
commit 0056d9d11e

3
vimrc
View file

@ -23,6 +23,7 @@
"| Tagbar | https://github.com/majutsushi/tagbar |"
"| Undotree | https://github.com/mbbill/undotree |"
"| 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-Startify | https://github.com/mhinz/vim-startify |"
"| 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'
Plugin 'godlygeek/tabular'
Plugin 'jamessan/vim-gnupg'
Plugin 'kien/ctrlp.vim'
Plugin 'Lokaltog/vim-easymotion'
Plugin 'mhinz/vim-startify'
Plugin 'msanders/snipmate.vim'
Plugin 'Raimondi/delimitMate'
Plugin 'tpope/vim-surround'
Plugin 'jamessan/vim-gnupg'
Plugin 'captbaritone/better-indent-support-for-php-with-html'
"[Solarized theme]"
Plugin 'altercation/vim-colors-solarized'