removed warning sign

This commit is contained in:
gurkenhabicht 2023-11-14 21:03:37 +01:00
parent 0f64a62f6b
commit e86dfd16af
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ let g:ale_enabled = 1
let g:ale_hover_enabled = 1 let g:ale_hover_enabled = 1
let g:ale_set_balloons = 1 let g:ale_set_balloons = 1
let g:ale_sign_error = '✗' 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_enabled = 1
let g:ale_completion_autoimport = 1 let g:ale_completion_autoimport = 1
" let g:ale_floating_window_border = ['│', '─', '╭', '╮', '╯', '╰', '│', '─'] " let g:ale_floating_window_border = ['│', '─', '╭', '╮', '╯', '╰', '│', '─']