stop wrapping lines

master
Ewen 2 years ago
parent b23f333b09
commit 6b366872fd

@ -1,5 +1,5 @@
" Created: Sat 09 Jan 2021 11:11:19 AM CET
" Modified: Mon 25 Jan 2021 07:31:05 AM CET
" Modified: Wed 27 Jan 2021 06:30:35 PM CET
"
"""""""""""""
" Plugins (vim-plug)
@ -77,7 +77,7 @@ set hlsearch " Hi
set hidden " Hide buffers when they are abandoned
set mouse=a " Enable mouse usage (all modes)
set linebreak " Line wrap
set tw=79 " Lines longer than 79 chars will be wrapped
" set tw=79 " Lines longer than 79 chars will be wrapped
autocmd FileType gitcommit set textwidth=72 " Wrap lines longer than 72 chars for git messages
"set colorcolumn=+1 " Colors the tw+1 column
autocmd FileType gitcommit set colorcolumn+=51 " Add a colored column at 51 chars for git message titles

Loading…
Cancel
Save