You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
521 B
11 lines
521 B
"let g:syntastic_always_populate_loc_list = 1 |
|
"let g:syntastic_auto_loc_list = 1 |
|
"let g:syntastic_check_on_open = 1 |
|
"let g:syntastic_check_on_wq = 0 |
|
" Check pylint for python |
|
"let g:syntastic_python_flake8_exe = 'D:\Program Files\Python39\Scripts\flake8.exe' |
|
"let g:syntastic_python_checkers = ['bandit', 'flake8', 'pylint'] |
|
"let g:syntastic_python_bandit_exe = 'D:\Program Files\Python39\Scripts\bandit.exe' |
|
" |
|
"let g:airline#extensions#syntastic#stl_format_err = 1 |
|
"let g:airline#extensions#syntastic#stl_format_warn = 1 |