From 4f599c04478120fcc32b608c35b406eb353dd454 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 4 Jan 2017 09:13:08 -0200 Subject: [PATCH] removed a bunch of plugins, since Im not using them anymore --- vim/configs/vimrc | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/vim/configs/vimrc b/vim/configs/vimrc index 187b23f..1da129e 100644 --- a/vim/configs/vimrc +++ b/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'