diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:06:21 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:06:21 +0530 |
commit | cd7cdc8dc28367244ef38bab93ddbdf1c17aea02 (patch) | |
tree | 624529c8429f4645828ec332537ffe08ac9df231 /after/ftplugin/python.vim | |
parent | 726a448916993967893a019019f6af5bd2073d8e (diff) |
after/ftplugin/python.vim: dont define signcolum here
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'after/ftplugin/python.vim')
-rw-r--r-- | after/ftplugin/python.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 2da6441..9f9c6a4 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -1,6 +1,3 @@ -" signcolumn -setlocal signcolumn=yes - " tabs and spaces set tabstop=8 expandtab shiftwidth=4 softtabstop=4 filetype indent on |