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'