diff options
author | listout <listout@protonmail.com> | 2021-05-15 22:06:21 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-15 22:06:21 +0530 |
commit | d329aaf7ee3da08f41c8348fd9a64010660790ee (patch) | |
tree | a4019fb23d96526bedab8fe76babe7aa816dbcde /after | |
parent | 037dce86c527467be41365713d2beebe489e71b9 (diff) |
python filetype
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/python.vim | 6 |
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 |