diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-17 15:35:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-17 15:35:18 +0800 |
| commit | f0abb3481aa24a25acf24b4fb543a0a6d95e3c75 (patch) | |
| tree | 75cb30b7c9529399f3a014c084ec68f97bed4054 /after/ftplugin | |
| parent | 2880537626a75e5105f5c2b59ad4356157b5a6c3 (diff) | |
use larger length for a line of code
Diffstat (limited to 'after/ftplugin')
| -rw-r--r-- | after/ftplugin/python.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 13d1fdc..f842275 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -6,3 +6,4 @@ endif set nowrap set sidescroll=5 set sidescrolloff=2 +set colorcolumn=100 |
