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