Updated nvim config with textwrap
This commit is contained in:
parent
08c265ddef
commit
6802d9e8d9
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ set wildmode=longest,list,full
|
||||||
"Line numbers
|
"Line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
"Color column
|
"Text wrap
|
||||||
|
set tw=79
|
||||||
set cc=80
|
set cc=80
|
||||||
|
|
||||||
"Split side
|
"Split side
|
||||||
|
|
Reference in a new issue