diff --git a/nvim/init.vim b/nvim/init.vim index 2ea54c4..4085ec8 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -154,7 +154,7 @@ set ignorecase set smartcase " 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+=c " Wrap comments set formatoptions+=mB " Don't break multibyte characters