diff --git a/vim/.vim/after/ftplugin/fugitive.vim b/vim/.vim/after/ftplugin/fugitive.vim new file mode 100644 index 0000000..73f936e --- /dev/null +++ b/vim/.vim/after/ftplugin/fugitive.vim @@ -0,0 +1,3 @@ +" Don't highlight trailing whitespace in fugitive windows +let b:better_whitespace_enabled=0 +let b:undo_ftplugin.='|unlet b:better_whitespace_enabled'