I do not want the tags file to generate when doing simple git operations that will not modify the project in itself.
4 lines
124 B
VimL
4 lines
124 B
VimL
" Disable gutentags as it seems to regenerate the entire tags file when editing
|
|
" git-rebase...
|
|
let g:gutentags_enabled = 0
|