diff options
author | Camil Staps | 2023-03-06 10:19:01 +0100 |
---|---|---|
committer | Camil Staps | 2023-03-06 10:19:01 +0100 |
commit | eec657779fa7778780925f2ab7b352dda210e474 (patch) | |
tree | 1bf1a0ec3453421102374ab6814a6b1c00525520 /vim | |
parent | Update vim spellfile (diff) |
Set formatoptions-=t by default to not wrap code on textwidth
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ autocmd! BufWritePost .Xresources !xrdb -merge % set tabstop=4 shiftwidth=4 set colorcolumn=80 set textwidth=79 +set formatoptions-=t set linebreak set number set path+=** |