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
One thing I had to do to get TAG_CMD_FMT_STRING working with Neovim under ZSH was to use double-quotes rather than the single-quotes suggested in the documentation (https://github.com/aykamko/tag#configuration):
Hello!
Thank you - this is a great tool :)
One thing I had to do to get
TAG_CMD_FMT_STRING
working with Neovim under ZSH was to use double-quotes rather than the single-quotes suggested in the documentation (https://github.com/aykamko/tag#configuration):In
.zshenv
:Otherwise, the aliases didn't load. This may just be a ZSH issue.
The text was updated successfully, but these errors were encountered: