1
0
Fork 0

change CurSearch highlight vim

https://github.com/neovim/neovim/issues/23590
This commit is contained in:
Luca Bilke 2024-02-01 09:48:41 +01:00
parent e639accfdc
commit a676a1dd5e

View file

@ -6,7 +6,7 @@ local opts = {
style = "night",
transparent = true,
on_highlights = function(hl, _)
hl.CurSearch = nil
hl.CurSearch = { link = "Search" }
end,
}