-plugins that are useless
Vim has been very slow, and I've been procrastinating to fix this. When using Vim on a new machine with just the bare minimums I was reminded of the insane speed it could access, so I removed items I felt were increasing time to boot or were useless.
This commit is contained in:
6
vimrc
6
vimrc
@@ -11,7 +11,6 @@ Plugin 'wakatime/vim-wakatime'
|
||||
Plugin 'junegunn/fzf.vim'
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
Plugin 'tpope/vim-dispatch'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'SirVer/ultisnips'
|
||||
Plugin 'honza/vim-snippets'
|
||||
@@ -21,14 +20,11 @@ Plugin 'w0rp/ale'
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'powerline/powerline'
|
||||
Plugin 'mhinz/vim-startify'
|
||||
Plugin 'morhetz/gruvbox'
|
||||
Plugin 'crusoexia/vim-monokai'
|
||||
Plugin 'christoomey/vim-tmux-navigator'
|
||||
|
||||
"" Languages
|
||||
Plugin 'plasticboy/vim-markdown'
|
||||
Plugin 'jceb/vim-orgmode'
|
||||
Plugin 'OmniSharp/omnisharp-vim'
|
||||
Plugin 'OrangeT/vim-csharp'
|
||||
|
||||
@@ -37,8 +33,6 @@ Plugin 'godlygeek/tabular'
|
||||
Plugin 'tpope/vim-commentary'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'ervandew/supertab'
|
||||
Plugin 'tpope/vim-speeddating'
|
||||
|
||||
"" Other
|
||||
Plugin 'rhysd/vim-clang-format'
|
||||
|
||||
Reference in New Issue
Block a user