removed warning sign
This commit is contained in:
parent
0f64a62f6b
commit
e86dfd16af
|
@ -222,7 +222,7 @@ let g:ale_enabled = 1
|
|||
let g:ale_hover_enabled = 1
|
||||
let g:ale_set_balloons = 1
|
||||
let g:ale_sign_error = '✗'
|
||||
let g:ale_sign_warning = ''
|
||||
" let g:ale_sign_warning = ''
|
||||
let g:ale_completion_enabled = 1
|
||||
let g:ale_completion_autoimport = 1
|
||||
" let g:ale_floating_window_border = ['│', '─', '╭', '╮', '╯', '╰', '│', '─']
|
||||
|
|
Loading…
Reference in New Issue