diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-30 23:17:03 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-30 23:17:03 +0800 |
| commit | 92cec98f25e4235b71fe39e7169b01543c61db49 (patch) | |
| tree | 76d2651cc7ddc99668a12a3ecced89ebe2096fcf /after/ftplugin | |
| parent | dd508af5f6b2b850d2701cae71d4a4497674bf3c (diff) | |
Do not use colorcolumn for text filetype
Diffstat (limited to 'after/ftplugin')
| -rw-r--r-- | after/ftplugin/text.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/ftplugin/text.vim b/after/ftplugin/text.vim new file mode 100644 index 0000000..0dfe4de --- /dev/null +++ b/after/ftplugin/text.vim @@ -0,0 +1 @@ +set colorcolumn= |
