Merge pull request #18 from Iorvethe/conceal_fix

Fix conceal highlight
This commit is contained in:
not 2021-08-24 15:21:14 -05:00 committed by GitHub
commit 889c4e3886

View file

@ -14,7 +14,7 @@ end
theme.base = {
ColorColumn = { bg = p.highlight_overlay },
-- Conceal = {},
Conceal = { bg = p.none },
-- Cursor = {},
CursorColumn = { bg = p.highlight },
-- CursorIM = {},