aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-02 21:59:53 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-02 21:59:53 +0000
commit63a5ad15b8fd364201dcfee7a7afee38989e49a1 (patch)
treeef6ef9fafe0d8b923c18438dc069f92c3bd14cab
parent18980487f0cf674d94086f52b4ab171cc868b574 (diff)
downloaddotfiles-63a5ad15b8fd364201dcfee7a7afee38989e49a1.tar.gz
dotfiles-63a5ad15b8fd364201dcfee7a7afee38989e49a1.tar.bz2
dotfiles-63a5ad15b8fd364201dcfee7a7afee38989e49a1.zip
-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.
-rwxr-xr-xvimrc6
1 files changed, 0 insertions, 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'