mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] increase textwidth just a little bit
By default it was set to 78.
This commit is contained in:
parent
5c975cbdc0
commit
f944dbe5e2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ set commentstring=//%s
|
||||||
|
|
||||||
|
|
||||||
" Wrapping {{{
|
" Wrapping {{{
|
||||||
set nowrap colorcolumn=81,101,121
|
set nowrap colorcolumn=81,101,121 textwidth=79
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue