summaryrefslogtreecommitdiffstats
path: root/.vim/ftplugin
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@nic.cz> 2019-03-11 13:48:11 +0100
committerGravatar Robin Obůrka <robin.oburka@nic.cz> 2019-03-11 13:48:11 +0100
commit6db55d1c8600b1c0ea5108d7ca11354a3b56e199 (patch)
tree3ef0201b01fbf85d21bbc0f2d25fac4dc44f4d93 /.vim/ftplugin
parentRearrange sections (diff)
downloadvim_sync-6db55d1c8600b1c0ea5108d7ca11354a3b56e199.tar.xz
ftplugin: Add flake8 for python
Diffstat (limited to '.vim/ftplugin')
-rw-r--r--.vim/ftplugin/python.vim2
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