diff options
| author | 2019-03-11 12:58:55 +0100 | |
|---|---|---|
| committer | 2019-03-11 12:58:55 +0100 | |
| commit | 652634143a78e262f0e26a10f253d2385fb44a41 (patch) | |
| tree | 35ee484ee06db63538a57b1488a4a58ddbfaa49b /.vim/ftplugin/python.vim | |
| parent | Change plugin manager from pathogen to vundle (diff) | |
| download | vim_sync-652634143a78e262f0e26a10f253d2385fb44a41.tar.xz | |
Refactor file type configuration to the ftplugin
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 |
