mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Airline support for error checker
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -190,6 +190,8 @@ let g:syntastic_python_pylint_post_args="--max-line-length=120 -d C0103,C0111"
|
||||
" Code checker. For python, install flake8 or pylint, preferably in the
|
||||
" virtualenv. For Django support, install pylint-django
|
||||
Plugin 'w0rp/ale'
|
||||
" Show errors or warnings in the statusline
|
||||
let g:airline#extensions#ale#enabled = 1
|
||||
|
||||
|
||||
" Handy Markdown stuff
|
||||
|
||||
Reference in New Issue
Block a user