From 63a5ad15b8fd364201dcfee7a7afee38989e49a1 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 2 Nov 2019 21:59:53 +0000 Subject: -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. --- vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vimrc b/vimrc index 8a56d3d..830ed84 100755 --- a/vimrc +++ b/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' -- cgit v1.2.3-13-gbd6f