Change vim line wrap limit

This commit is contained in:
Fabian Ising
2019-08-22 15:22:49 +02:00
parent e30f106623
commit c835a308ca

View File

@@ -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