Add CurSearch highlight group (#81)

This commit is contained in:
Will Leinweber 2022-05-06 11:34:05 -05:00 committed by GitHub
commit aa69b6a3d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {},