diff --git a/.vimrc b/.vimrc index 78d3563..ec3cc3b 100644 --- a/.vimrc +++ b/.vimrc @@ -190,7 +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' -" Python specific setting +" Python specific settings +" No silly 80-char line limit. Sorry pep-8. Also, Django support. Disable 'invalid name', 'missing docstring' 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