Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.14k stars 178 forks source link

how to disable updating gtags index files automatically #568

Closed zzyalbert closed 4 years ago

zzyalbert commented 4 years ago

Describe your question, feature request, or bug.

I have other tools to manage gtags index, so how can I disable updating gtags index files automatically in leaderF?

Steps to reproduce

Actual behaviour

Expected behaviour

Yggdroot commented 4 years ago

let g:Lf_GtagsAutoGenerate = 0

zzyalbert commented 4 years ago

let g:Lf_GtagsAutoGenerate = 0

still update gtags index automatically whenever I save file

Yggdroot commented 4 years ago

if you want to use Leaderf gtags, you can't use other tools to manage gtags.