atags.vim
atags.vim copied to clipboard
Use value of `tags` to determine output path?
Would it make sense to use the value of set tags to determine the output path?
@codeinabox atags.vim is a facility to execute your own tag generation command in a non-blocking way. It has a default command (https://github.com/fntlnz/atags.vim/blob/master/autoload/atags.vim#L46-L50) so at the moment if you need to change output path you just change that command.
However I agree with you that would be useful to have a way to set (or to determine) a path for the tags exposing that value as a variable for the script.
We could also add more in the future to allow a full parametrization of the default script or user's scripts.