]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/vim/files/vimrc
Set QT_QPA_PLATOFORM conditionally
[max/saltfiles.git] / states / vim / files / vimrc
index b5c394ca973f0a88c8e03470962af3375ab7bf99..2cb9aa8c0dab7157ad3060a83083258c815bd51b 100644 (file)
@@ -52,9 +52,9 @@ set backupdir=$HOME/.vim/backup//
 syntax on
 set background=dark
 colorscheme molokai
-set expandtab
-" set shiftwidth=2
-" set softtabstop=2
+set expandtab
+set shiftwidth=4
+set softtabstop=4
 set relativenumber
 set number
 
@@ -72,7 +72,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', 'pylint']
+let g:syntastic_python_checkers = ['flake8', 'python3 -m pylint']
 let g:syntastic_aggregate_errors = 1
 
 " Syntastic C++11