mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set the textwidth to 0 in gitcommits
This commit is contained in:
parent
13fbc4229f
commit
f7af167d36
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
"word processing
|
"word processing
|
||||||
autocmd Filetype markdown,text,gitcommit,mail setlocal nonumber spell tabstop=2 shiftwidth=2 "defaults
|
autocmd Filetype markdown,text,gitcommit,mail setlocal nonumber spell tabstop=2 shiftwidth=2 "defaults
|
||||||
autocmd Filetype text,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
|
||||||
|
autocmd Filetype gitcommit setlocal textwidth=0
|
||||||
|
|
||||||
"comment string
|
"comment string
|
||||||
autocmd FileType tmux setlocal commentstring=#\ %s
|
autocmd FileType tmux setlocal commentstring=#\ %s
|
||||||
|
|
Loading…
Reference in a new issue