From d20ca3164f6dafa059fb6bfe19eb83653c798eb5 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 22 Mar 2022 08:49:29 +0100 Subject: + syntastic --- .vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vimrc b/.vimrc index 5b575cf..d547026 100644 --- a/.vimrc +++ b/.vimrc @@ -53,3 +53,15 @@ let g:airline_symbols.paste = '∥' let g:airline_symbols.spell = 'Ꞩ' let g:airline_symbols.notexists = 'Ɇ' let g:airline_symbols.whitespace = 'Ξ' + +let airline#extensions#syntastic#enabled = 1 +let g:syntastic_python_checkers = ['pylint'] +set statusline+=%#warningmsg# +set statusline+=%{SyntasticStatuslineFlag()} +set statusline+=%* +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 +let g:syntastic_error_symbol = "✗" +let g:syntastic_warning_symbol = "⚠" -- cgit v1.2.3