diff --git a/.config/vim/ftplugin/gitcommit.vim b/.config/vim/ftplugin/gitcommit.vim index 9063a2f..9ec8cae 100644 --- a/.config/vim/ftplugin/gitcommit.vim +++ b/.config/vim/ftplugin/gitcommit.vim @@ -3,3 +3,7 @@ setlocal colorcolumn=50,72 setlocal textwidth=72 " Spell checking always enabled setlocal spell spelllang=en + +" Disable gutentags as it seems to regenerate the entire tags file when editing +" git-commits... +let g:gutentags_enabled = 0