mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00

Problem: `gx` does not work on tags in help buffers to open the documentation of that tag in the browser. Solution: Get the `optionlink`, `taglink` and `tag` TS nodes and set extmark "url" property. `gx` then discovers the extmark "url" and opens it.