Change vim line wrap limit
This commit is contained in:
@@ -154,7 +154,7 @@ set ignorecase
|
|||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
" Line wrapping
|
" Line wrapping
|
||||||
set tw=120 " set textwidth of 80 characters
|
set tw=100 " set textwidth of 100 characters
|
||||||
set formatoptions-=t " Don't wrap code
|
set formatoptions-=t " Don't wrap code
|
||||||
set formatoptions+=c " Wrap comments
|
set formatoptions+=c " Wrap comments
|
||||||
set formatoptions+=mB " Don't break multibyte characters
|
set formatoptions+=mB " Don't break multibyte characters
|
||||||
|
|||||||
Reference in New Issue
Block a user