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:
parent
28b0f32e33
commit
3e653c3da3
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue