summaryrefslogtreecommitdiff
path: root/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin')
-rw-r--r--after/ftplugin/python.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim
new file mode 100644
index 0000000..0471a94
--- /dev/null
+++ b/after/ftplugin/python.vim
@@ -0,0 +1,6 @@
+" signcolumn
+setlocal signcolumn=yes
+
+" tabs and spaces
+set tabstop=8 expandtab shiftwidth=4 softtabstop=4
+filetype indent on