kevinhwang91 / nvim-hlslens

Hlsearch Lens for Neovim
BSD 3-Clause "New" or "Revised" License
748 stars 10 forks source link

Link HlSearchNear to CurSearch instead #54

Closed opalmay closed 1 week ago

opalmay commented 1 year ago

This better matches the way search works without the plugin. For some themes they're the same, for others not (e.g. Catppuccin) Could also potentially link the virtual text too to match.

kevinhwang91 commented 1 year ago

No CurSearch in the built-in highlight group.

opalmay commented 1 year ago

This is the one I'm referring to: :h hl-CurSearch image

kevinhwang91 commented 1 year ago

https://github.com/vim/vim/commit/a43993897aa372159f682df37562 It's a new group in Neovim 0.8, need to wait for a while. You can link by yourself for now.