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:
parent
7d748b550d
commit
87cd752de2
@ -64,8 +64,6 @@ set wildmode=list:full
|
|||||||
|
|
||||||
" Show current line where the cursor is
|
" Show current line where the cursor is
|
||||||
set cursorline
|
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
|
" Minimum lines to keep above and below cursor when scrolling
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user