mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
Changed vim's syntax checker for python
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user