-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
This commit is contained in:
A. Chavali
2019-12-20 20:04:56 +00:00
parent e60e02470c
commit dbed0c4f60

13
vimrc Executable file → Normal file
View File

@@ -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()