From dbed0c4f600a4e204028f40cb6eb309cfabbd553 Mon Sep 17 00:00:00 2001 From: "A. Chavali" Date: Fri, 20 Dec 2019 20:04:56 +0000 Subject: -removed a few useless packages as I move to Emacs Emacs is now, officially, my editor of choice. No need to have as many packages on vim --- vimrc | 13 ------------- 1 file changed, 13 deletions(-) mode change 100755 => 100644 vimrc diff --git a/vimrc b/vimrc old mode 100755 new mode 100644 index 177b9b8..ac4fc60 --- a/vimrc +++ b/vimrc @@ -7,36 +7,23 @@ set rtp+=~/.fzf call vundle#begin() "" Core Plugin 'gmarik/Vundle.vim' -Plugin 'wakatime/vim-wakatime' Plugin 'junegunn/fzf.vim' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'tpope/vim-dispatch' -Plugin 'Valloric/YouCompleteMe' Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Plugin 'w0rp/ale' "" UI Plugin 'scrooloose/nerdtree' -Plugin 'vim-airline/vim-airline' -Plugin 'powerline/powerline' Plugin 'crusoexia/vim-monokai' Plugin 'christoomey/vim-tmux-navigator' - "" Languages -Plugin 'plasticboy/vim-markdown' -Plugin 'OmniSharp/omnisharp-vim' -Plugin 'OrangeT/vim-csharp' - "" Plugins Plugin 'godlygeek/tabular' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' - - "" Other -Plugin 'rhysd/vim-clang-format' -Plugin 'python-rope/ropevim' call vundle#end() -- cgit v1.2.3-13-gbd6f