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:
3
.config/vim/ftplugin/gitrebase.vim
Normal file
3
.config/vim/ftplugin/gitrebase.vim
Normal 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
|
||||||
Reference in New Issue
Block a user