jsfaint / gen_tags.vim

Async plugin for vim and neovim to ease the use of ctags/gtags
https://vim.sourceforge.io/scripts/script.php?script_id=5499
MIT License
312 stars 42 forks source link

add option to disable auto-update #79

Closed hiberabyss closed 5 years ago

jsfaint commented 5 years ago

I'm little confused, why do you need to disable the auto update?

hiberabyss commented 5 years ago

My code repo is quite large (about 20GB) and it takes a long time to update even single time. After write some files, there will be several gtags processes and my computer will be quite slow.

I only want to update gtags in specific time with crontab.

jsfaint commented 5 years ago

OK, I got it. Merged, thanks