Wrap lines at 72 in gitcommit file types

I'm not sure why vim-fugitive isn't doing this, but I'll just fix it on
my own.
This commit is contained in:
Andrew Tomaka 2016-09-14 10:33:41 -04:00
parent 28b0f32e33
commit 3e653c3da3

3
vimrc
View file

@ -145,6 +145,9 @@ map <Leader>sw :SudoWrite<cr>
map <Leader>sz :so ~/.vimrc<cr>
" PLUGIN CONFIGURATION
" vim-fugitive should do this, but it isn't working
au FileType gitcommit set tw=72
" style
colorscheme jellybeans
syntax enable