mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] move colorcolumn
one column to the left
This commit is contained in:
parent
6e47910a46
commit
b1d022e1fe
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ set commentstring=//%s
|
|||
|
||||
" Wrapping {{{
|
||||
set nowrap
|
||||
set colorcolumn=80,100,120
|
||||
set colorcolumn=81,101,121
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue