I want to visibly distinguish the links, so that I can know beforehand if they can be gx'ed.
Here are my thoughts about this feature:
- opt-in setting (
false by default)
- define some highlight group (I couldn't find the standard)
- check every handler lazily on some action: visible buffer lines on cursor move and bufopen
- cache results
- invalidate cache on edit
Inspiration:
https://github.com/catgoose/nvim-colorizer.lua
I want to visibly distinguish the links, so that I can know beforehand if they can be gx'ed.
Here are my thoughts about this feature:
falseby default)Inspiration:
https://github.com/catgoose/nvim-colorizer.lua