-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:
oreodave
2019-11-02 21:59:53 +00:00
parent 18980487f0
commit 63a5ad15b8

6
vimrc
View File

@@ -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'