mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Don't linebreak git commit messages
This commit is contained in:
parent
abd1ba7992
commit
67c36df626
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ autocmd FileChangedRO * nested set noreadonly
|
|||
|
||||
"word processing
|
||||
autocmd Filetype markdown,text,gitcommit,mail setlocal nonumber spell tabstop=2 shiftwidth=2 "defaults
|
||||
autocmd Filetype text,gitcommit,mail setlocal wrap nolist textwidth=80 linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "text wrapping
|
||||
autocmd Filetype text,mail setlocal wrap nolist textwidth=80 linebreak breakat&vim breakat-=* breakat-=. breakat-=/ breakat-=? breakat-=, breakat-=: breakat-=; breakat-=! "text wrapping
|
||||
|
||||
"comment string
|
||||
autocmd FileType tmux setlocal commentstring=#\ %s
|
||||
|
|
Loading…
Reference in a new issue