vim: add config options for ALE's virtualtext

fix-ci
bretello 2023-01-17 13:56:47 +01:00
parent 57caa424e6
commit b95fac5c72
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ let g:ale_sign_warning = ">>"
let g:ale_sign_info = "--"
"let g:ale_sign_style_error =
"let g:ale_sign_style_warning =
highlight link ALEVirtualTextError ALEError
highlight link ALEVirtualTextWarning ALEWarning
let g:ale_completion_symbols = {
\ 'text': '',