From 652634143a78e262f0e26a10f253d2385fb44a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Mon, 11 Mar 2019 12:58:55 +0100 Subject: Refactor file type configuration to the ftplugin --- .vim/ftplugin/python.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/python.vim (limited to '.vim/ftplugin/python.vim') 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 -- cgit v1.2.3