diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-25 11:30:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-25 11:30:28 +0800 |
| commit | 87cd752de29a60880497972e0b6805641a4918c7 (patch) | |
| tree | 2a91e43c73d2d536081a9938186161c64a1c18bf /options.vim | |
| parent | 7d748b550de0368f2b7802a49436f02c0a43d35e (diff) | |
remove colorcolumn option
we can set it per filetype
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options.vim b/options.vim index 77d9975..5c11bc5 100644 --- a/options.vim +++ b/options.vim @@ -64,8 +64,6 @@ set wildmode=list:full " Show current line where the cursor is set cursorline -" Set a ruler at column 80, see https://stackoverflow.com/q/2447109/6064933 -set colorcolumn=80 " Minimum lines to keep above and below cursor when scrolling set scrolloff=3 |
