1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove colorcolumn option

we can set it per filetype
This commit is contained in:
jdhao 2020-09-25 11:30:28 +08:00 committed by GitHub
parent 7d748b550d
commit 87cd752de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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