diff options
Diffstat (limited to '.vim/ftplugin/python.vim')
-rw-r--r-- | .vim/ftplugin/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/ftplugin/python.vim b/.vim/ftplugin/python.vim index ef4e184..4ba23ae 100644 --- a/.vim/ftplugin/python.vim +++ b/.vim/ftplugin/python.vim @@ -1,3 +1,3 @@ -let b:ale_linters = ['pyls'] +let b:ale_linters = ['pyls', 'flake8'] set expandtab tabstop=4 shiftwidth=4 spell spelllang=en |