From 3e653c3da310e75182eb1bb5d95dbbcb6c940199 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 14 Sep 2016 10:33:41 -0400 Subject: [PATCH] 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. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index fb15587..41fdbb8 100644 --- a/vimrc +++ b/vimrc @@ -145,6 +145,9 @@ map sw :SudoWrite map sz :so ~/.vimrc " PLUGIN CONFIGURATION +" vim-fugitive should do this, but it isn't working +au FileType gitcommit set tw=72 + " style colorscheme jellybeans syntax enable