mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 21:34:09 +02:00
Just do clean ascii
This commit is contained in:
@@ -205,8 +205,8 @@ let g:ale_python_pylint_options="--max-line-length=120 -d C0103,C0111"
|
||||
" Show errors or warnings in the statusline
|
||||
let g:airline#extensions#ale#enabled = 1
|
||||
" UI
|
||||
let g:ale_sign_error = '✗'
|
||||
let g:ale_sign_warning = '⚠'
|
||||
let g:ale_sign_error = 'x'
|
||||
let g:ale_sign_warning = '>'
|
||||
|
||||
|
||||
" Handy Markdown stuff
|
||||
|
||||
Reference in New Issue
Block a user