As of nvim 0.12, the built-in gx mapping opens help tags by going to the online documentation. See docs:
In help files, gx treats help tags as https://neovim.io/doc/user/ URLs.
I was wondering if that functionality could be added to this plugin as a default handler?
As of nvim 0.12, the built-in
gxmapping opens help tags by going to the online documentation. See docs:I was wondering if that functionality could be added to this plugin as a default handler?