Closed zzyalbert closed 4 years ago
vim --version
nvim --version
:echo has("python")
:echo has("python3")
:echo &pythondll
:echo &pythonthreedll
:py print(sys.version)
:py3 print(sys.version)
:echo g:Lf_Debug_Cmd
:echo g:Lf_FilesFromCache
I have other tools to manage gtags index, so how can I disable updating gtags index files automatically in leaderF?
let g:Lf_GtagsAutoGenerate = 0
still update gtags index automatically whenever I save file
if you want to use Leaderf gtags, you can't use other tools to manage gtags.
vim --version
ornvim --version
::echo has("python")
::echo has("python3")
::echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
::echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
: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