VIM: ALE/Coc Config
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user