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

Loading…
Cancel
Save