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 = {
ColorColumn = { bg = p.highlight_high },
Conceal = { bg = p.none },
CurSearch = { link = 'IncSearch' },
-- Cursor = {},
CursorColumn = { bg = p.highlight_low },
-- CursorIM = {},