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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Many users use a git post-commit hook to generate tag files, which get saved in .git. Plugins such as fugitive.vim have configuration options to allow for the tag file to be in different locations, and take into account path.
Many users use a git post-commit hook to generate tag files, which get saved in
.git
. Plugins such as fugitive.vim have configuration options to allow for the tag file to be in different locations, and take into account path.Atom does not allow this to be changed, its hardcoded into https://github.com/atom/symbols-view/blob/master/lib/tag-reader.coffee.
Furthermore, creating a softlink to the tags file does not work, as all tag urls are
../
basedThe text was updated successfully, but these errors were encountered: