Browse Source

removed a bunch of plugins, since Im not using them anymore

master
Julio Biason 8 years ago
parent
commit
4f599c0447
  1. 17
      vim/configs/vimrc

17
vim/configs/vimrc

@ -90,7 +90,7 @@ Plugin 'scrooloose/syntastic'
Plugin 'itchyny/lightline.vim'
" git support
Plugin 'tpope/vim-fugitive'
" Plugin 'tpope/vim-fugitive'
" comment code with keys
Plugin 'tpope/vim-commentary'
@ -128,6 +128,7 @@ Plugin 'zenorocha/dracula-theme', {'rtp': 'vim/'}
Plugin 'Snazzyham/wwdc-2016'
Plugin 'farfanoide/vim-facebook'
Plugin 'rakr/vim-two-firewatch'
Plugin 'arcticicestudio/nord-vim'
" Improved syntax files
Plugin 'Glench/Vim-Jinja2-Syntax'
@ -150,16 +151,16 @@ Plugin 'tpope/vim-vinegar'
" Plugin 'ludovicchabant/vim-gutentags'
" Shell inside VIM
Plugin 'Shougo/vimproc'
Plugin 'Shougo/vimshell.vim'
" Plugin 'Shougo/vimproc'
" Plugin 'Shougo/vimshell.vim'
" Undo
Plugin 'sjl/gundo.vim'
" Plugin 'sjl/gundo.vim'
" Smartabs
Plugin 'ingo-library'
Plugin 'IndentTab'
let g:IndentTab_scopes = 'indent'
" Plugin 'ingo-library'
" Plugin 'IndentTab'
" let g:IndentTab_scopes = 'indent'
" Editor configuration
Plugin 'editorconfig/editorconfig-vim'
@ -171,7 +172,7 @@ Plugin 'editorconfig/editorconfig-vim'
Plugin 'terryma/vim-expand-region'
" Clang Formatter
Plugin 'rhysd/vim-clang-format'
" Plugin 'rhysd/vim-clang-format'
" Unhighlight stuff when moving
Plugin 'romainl/vim-cool'

Loading…
Cancel
Save