[nvim] move `colorcolumn` one column to the left

This commit is contained in:
Dmytro Meleshko 2020-05-17 12:55:02 +03:00
parent 6e47910a46
commit b1d022e1fe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ set commentstring=//%s
" Wrapping {{{
set nowrap
set colorcolumn=80,100,120
set colorcolumn=81,101,121
" }}}