diff --git a/vimrc b/vimrc index 907d93c..d1a894b 100644 --- a/vimrc +++ b/vimrc @@ -11,22 +11,14 @@ "[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 |" "| 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-GLSL | https://github.com/tikhomirov/vim-glsl |" "| 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]"""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -56,18 +48,11 @@ if has("unix") || has("mac") if has("python") Plugin 'klen/python-mode' endif - if has("perl") - Plugin 'vim-perl/vim-perl' - endif if has("ruby") Plugin 'terryma/vim-multiple-cursors' endif - Plugin 'majutsushi/tagbar' - map :TagbarToggle Plugin 'mbbill/undotree' map :UndotreeToggle - Plugin 'scrooloose/nerdtree' - map :NERDTreeToggle Plugin 'vim-scripts/LaTeX-Box' map ll :Latexmk if isdirectory(expand("/home/lhark/.vim/bundle/YouCompleteMe")) @@ -81,10 +66,6 @@ if has("unix") || has("mac") Plugin 'godlygeek/tabular' Plugin 'tikhomirov/vim-glsl' 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 'captbaritone/better-indent-support-for-php-with-html'