mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
Just do clean ascii
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -205,8 +205,8 @@ let g:ale_python_pylint_options="--max-line-length=120 -d C0103,C0111"
|
|||||||
" Show errors or warnings in the statusline
|
" Show errors or warnings in the statusline
|
||||||
let g:airline#extensions#ale#enabled = 1
|
let g:airline#extensions#ale#enabled = 1
|
||||||
" UI
|
" UI
|
||||||
let g:ale_sign_error = '✗'
|
let g:ale_sign_error = 'x'
|
||||||
let g:ale_sign_warning = '⚠'
|
let g:ale_sign_warning = '>'
|
||||||
|
|
||||||
|
|
||||||
" Handy Markdown stuff
|
" Handy Markdown stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user