Open lijh8 opened 9 months ago
Based on the current tagbar implementation, no it will not use any pre-generated tagfiles. The current behavior of tagbar is it will generate a tagfile for the open buffer in a temporary file to read the contents from that. So you don't need any existing tag files or anything. This has the benefit of being able to update the tags from the file every time it is written as well, so it isn't reliant on another process to generate new tag files.
Hi, currently, both tagbar and gutentags work on my computer. gutentags will generate tags file in the same directory with .git, will tagbar use this tags file too?
Thanks
$ tree -a
$ $ ls src/.git $ ls src/tags src/tags $
$ cat ~/.vimrc
$