aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorCamil Staps2023-03-06 10:19:01 +0100
committerCamil Staps2023-03-06 10:19:01 +0100
commiteec657779fa7778780925f2ab7b352dda210e474 (patch)
tree1bf1a0ec3453421102374ab6814a6b1c00525520 /vim
parentUpdate vim spellfile (diff)
Set formatoptions-=t by default to not wrap code on textwidth
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 831d8ae..a3efc7c 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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+=**