[nvim] increase textwidth just a little bit

By default it was set to 78.
This commit is contained in:
Dmytro Meleshko 2021-05-31 15:32:36 +03:00
parent 5c975cbdc0
commit f944dbe5e2

View file

@ -60,7 +60,7 @@ set commentstring=//%s
" Wrapping {{{
set nowrap colorcolumn=81,101,121
set nowrap colorcolumn=81,101,121 textwidth=79
" }}}