scottmckendry / cyberdream.nvim

🤖💤 High-contrast, Futuristic & Vibrant Coloursheme for Neovim
MIT License
697 stars 29 forks source link

Search and replace with /gc needs work #25

Closed idelice closed 5 months ago

idelice commented 5 months ago

When I try to search and replace: :%s/old/new/gc - all texts with "old" are highlighted as usual but the current "old" text is no different which means I have no idea which current "old" text i want to replace or not.

Screenshot 2024-04-30 at 10 46 02

The second highligted text should be of different color because that's the current one.

I'm using LazyVim Distro if that helps.

scottmckendry commented 5 months ago

Great spotting! I've fixed this in the latest commit. Should now look like this:

image