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:
parent
57caa424e6
commit
b95fac5c72
|
@ -71,6 +71,8 @@ let g:ale_sign_warning = ">>"
|
||||||
let g:ale_sign_info = "--"
|
let g:ale_sign_info = "--"
|
||||||
"let g:ale_sign_style_error =
|
"let g:ale_sign_style_error =
|
||||||
"let g:ale_sign_style_warning =
|
"let g:ale_sign_style_warning =
|
||||||
|
highlight link ALEVirtualTextError ALEError
|
||||||
|
highlight link ALEVirtualTextWarning ALEWarning
|
||||||
|
|
||||||
let g:ale_completion_symbols = {
|
let g:ale_completion_symbols = {
|
||||||
\ 'text': '',
|
\ 'text': '',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user