VIM: ALE/Coc Config

This commit is contained in:
2022-06-28 02:51:41 +02:00
parent 837e5418d6
commit cb7712421c
2 changed files with 13 additions and 22 deletions

View File

@ -65,6 +65,9 @@ let g:SimpylFold_docstring_preview = 1
" Ale
let g:ale_linters = {"python": ["flake8"], "python3": ["flake8"]}
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
let g:ale_sign_error = '✘'
let g:ale_sign_warning = '⚠'
" VIM-MARKDOWN