X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=c4f435a25d01e794315c4d14a66f2218b6c44e95;hb=ffd9e3cb25cbd5966b4deaa706ad233c36a88af4;hp=c81cf77a8034e62648d3eae8f794ed5bd74e5190;hpb=9e27f2ec9b84df5f67d79e37ea974b727a1f599a;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index c81cf77..c4f435a 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -21,6 +21,7 @@ Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'airblade/vim-gitgutter' Plugin 'tpope/vim-fugitive' +Plugin 'liskin/vim-fubitive' Plugin 'kien/ctrlp.vim' Plugin 'editorconfig/editorconfig-vim' Plugin 'LaTeX-Box-Team/LaTeX-Box' @@ -70,7 +71,7 @@ let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 1 let g:syntastic_javascript_checkers = ['eslint'] let g:syntastic_python_python_exec = '/usr/bin/python3' -let g:syntastic_python_checkers = ['flake8'] +let g:syntastic_python_checkers = ['flake8', 'pylint'] let g:syntastic_aggregate_errors = 1 " Syntastic C++11