[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

View file

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