gx.nvim
gx.nvim copied to clipboard
[FEATURE] Highlight links
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 (
falseby 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
hm.. i think it would be overwhelming because you can gx anything - even words. maybe for all except of words this would be cool..