Changed vim's syntax checker for python

This commit is contained in:
2022-02-12 19:30:42 +01:00
parent 2a162e7205
commit cc536d26de

View File

@@ -97,7 +97,7 @@ let g:airline_powerline_fonts = 1
filetype plugin on
colorscheme nord
let g:syntastic_python_python_exec = 'python3'
let g:syntastic_python_checkers = ['python']
let g:syntastic_python_checkers = ['bandit', 'python']
"Keybinds
nnoremap <F2> :NERDTreeToggle<CR>
set pastetoggle=<F3>