summaryrefslogtreecommitdiff
path: root/after
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-05-15 22:06:21 +0530
committerlistout <listout@protonmail.com>2021-05-15 22:06:21 +0530
commitd329aaf7ee3da08f41c8348fd9a64010660790ee (patch)
treea4019fb23d96526bedab8fe76babe7aa816dbcde /after
parent037dce86c527467be41365713d2beebe489e71b9 (diff)
python filetype
Diffstat (limited to 'after')
-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