vim: Disable gutentags when editing git-rebase

I do not want the tags file to generate when doing simple git operations
that will not modify the project in itself.
This commit is contained in:
2021-07-01 13:23:23 +02:00
parent 9a7c5e6c47
commit d4a5edab1a

View File

@@ -0,0 +1,3 @@
" Disable gutentags as it seems to regenerate the entire tags file when editing
" git-rebase...
let g:gutentags_enabled = 0