add cursor highlights

Closes #121
This commit is contained in:
mvllow 2023-01-25 12:11:01 -05:00
commit fac0f76075
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ function M._load(options)
h('ColorColumn', { bg = p.overlay })
h('Conceal', { bg = p.none })
h('CurSearch', { link = 'IncSearch' })
-- Cursor = {},
h('Cursor', { fg = p.text, bg = p.highlight_high })
h('CursorColumn', { bg = p.highlight_low })
-- CursorIM = {},
h('CursorLine', { bg = p.highlight_low })