1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Just do clean ascii

This commit is contained in:
2017-12-05 16:39:57 +01:00
parent 20d1640a18
commit 870fdd108a

4
.vimrc
View File

@@ -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