Files
dotfiles/.config/vim/ftplugin/gitrebase.vim
druckdev d4a5edab1a 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.
2021-07-01 13:23:23 +02:00

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