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]"""""""""""""""""""""""""""""""""""""""""""""""""""""""" "[Plug-ins list]""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"+------------------+-------------------------------------------------+" "+------------------+-------------------------------------------------+"
"| AutoComplPop | https://github.com/vim-scripts/AutoComplPop |" "| AutoComplPop | https://github.com/vim-scripts/AutoComplPop |"
"| CtrlP | https://github.com/kien/ctrlp.vim |" "| CtrlP | https://github.com/kien/ctrlp.vim |"
"| DelimitMate | https://github.com/Raimondi/delimitMate |" "| DelimitMate | https://github.com/Raimondi/delimitMate |"
"| EasyMotion | https://github.com/Lokaltog/vim-easymotion |" "| EasyMotion | https://github.com/Lokaltog/vim-easymotion |"
"| Multiple-Cursors | https://github.com/terryma/vim-multiple-cursors |" "| Multiple-Cursors | https://github.com/terryma/vim-multiple-cursors |"
"| NERDTree | https://github.com/scrooloose/nerdtree |" "| NERDTree | https://github.com/scrooloose/nerdtree |"
"| Python-Mode | https://github.com/klen/python-mode |" "| Python-Mode | https://github.com/klen/python-mode |"
"| SnipMate | https://github.com/msanders/snipmate.vim |" "| SnipMate | https://github.com/msanders/snipmate.vim |"
"| Surround | https://github.com/tpope/vim-surround |" "| Surround | https://github.com/tpope/vim-surround |"
"| Tabular | https://github.com/godlygeek/tabular |" "| Tabular | https://github.com/godlygeek/tabular |"
"| 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-Perl | https://github.com/vim-perl/vim-perl |" "| Vim-Gnupg | https://github.com/jamessan/vim-gnupg |"
"| Vim-Startify | https://github.com/mhinz/vim-startify |" "| Vim-Perl | https://github.com/vim-perl/vim-perl |"
"| Vundle | https://github.com/gmarik/Vundle.vim.git |" "| Vim-Startify | https://github.com/mhinz/vim-startify |"
"| Vundle | https://github.com/gmarik/Vundle.vim.git |"
"+------------------+-------------------------------------------------+" "+------------------+-------------------------------------------------+"
"[Colorschemes list]"""""""""""""""""""""""""""""""""""""""""""""""""""" "[Colorschemes list]""""""""""""""""""""""""""""""""""""""""""""""""""""
"+------------------+-------------------------------------------------+" "+------------------+-------------------------------------------------+"
@ -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'