You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
$
The text was updated successfully, but these errors were encountered: