1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: add config options for ALE's virtualtext

This commit is contained in:
bretello 2023-01-17 13:56:47 +01:00
parent 57caa424e6
commit b95fac5c72
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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': '',