mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 14:44:11 -05:00
Allow the disabling of autotagging again
This commit is contained in:
parent
7b243e00ca
commit
98e47fb0df
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
||||||
let g:gutentags_cache_dir = '~/.vim/gutentags'
|
let g:gutentags_cache_dir = '~/.vim/gutentags'
|
||||||
|
|
||||||
|
"prevent automatically generating the tagfile and syntax highlighting tags (default: 0)
|
||||||
|
if !exists("g:disableautotags")
|
||||||
|
let g:gutentags_enabled = 0
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue