diff --git a/.config/vim/ftplugin/gitrebase.vim b/.config/vim/ftplugin/gitrebase.vim new file mode 100644 index 0000000..f9bbdf6 --- /dev/null +++ b/.config/vim/ftplugin/gitrebase.vim @@ -0,0 +1,3 @@ +" Disable gutentags as it seems to regenerate the entire tags file when editing +" git-rebase... +let g:gutentags_enabled = 0