From d329aaf7ee3da08f41c8348fd9a64010660790ee Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 15 May 2021 22:06:21 +0530 Subject: python filetype --- after/ftplugin/python.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 after/ftplugin/python.vim (limited to 'after/ftplugin') 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 -- cgit v1.2.3