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:
export TAG_CMD_FMT_STRING='nvim -c "call cursor({{.LineNumber}}, {{.ColumnNumber}})" "{{.Filename}}"'
Otherwise, the aliases didn't load. This may just be a ZSH issue.
Hello!
Thank you - this is a great tool :)
One thing I had to do to get
TAG_CMD_FMT_STRINGworking 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.