Add CurSearch highlight group

This commit is contained in:
Will Leinweber 2022-05-05 15:02:45 -05:00
commit 5edda574d1

View file

@ -18,6 +18,7 @@ function M.get(config)
theme = { theme = {
ColorColumn = { bg = p.highlight_high }, ColorColumn = { bg = p.highlight_high },
Conceal = { bg = p.none }, Conceal = { bg = p.none },
CurSearch = { link = 'IncSearch' },
-- Cursor = {}, -- Cursor = {},
CursorColumn = { bg = p.highlight_low }, CursorColumn = { bg = p.highlight_low },
-- CursorIM = {}, -- CursorIM = {},