Tidy up vim plugin list

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

33
vimrc
View file

@ -10,22 +10,23 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"[Plug-ins list]""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"+------------------+-------------------------------------------------+"
"| AutoComplPop | https://github.com/vim-scripts/AutoComplPop |"
"| CtrlP | https://github.com/kien/ctrlp.vim |"
"| DelimitMate | https://github.com/Raimondi/delimitMate |"
"| EasyMotion | https://github.com/Lokaltog/vim-easymotion |"
"| AutoComplPop | https://github.com/vim-scripts/AutoComplPop |"
"| CtrlP | https://github.com/kien/ctrlp.vim |"
"| DelimitMate | https://github.com/Raimondi/delimitMate |"
"| EasyMotion | https://github.com/Lokaltog/vim-easymotion |"
"| Multiple-Cursors | https://github.com/terryma/vim-multiple-cursors |"
"| NERDTree | https://github.com/scrooloose/nerdtree |"
"| Python-Mode | https://github.com/klen/python-mode |"
"| SnipMate | https://github.com/msanders/snipmate.vim |"
"| Surround | https://github.com/tpope/vim-surround |"
"| Tabular | https://github.com/godlygeek/tabular |"
"| Tagbar | https://github.com/majutsushi/tagbar |"
"| Undotree | https://github.com/mbbill/undotree |"
"| Vim-Airline | https://github.com/bling/vim-airline |"
"| 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 |"
"| NERDTree | https://github.com/scrooloose/nerdtree |"
"| Python-Mode | https://github.com/klen/python-mode |"
"| SnipMate | https://github.com/msanders/snipmate.vim |"
"| Surround | https://github.com/tpope/vim-surround |"
"| Tabular | https://github.com/godlygeek/tabular |"
"| 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 |"
"+------------------+-------------------------------------------------+"
"[Colorschemes list]""""""""""""""""""""""""""""""""""""""""""""""""""""
"+------------------+-------------------------------------------------+"
@ -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'