add CursorColumn (fixes #9)

This commit is contained in:
mvllow 2021-08-14 12:25:29 -05:00
commit a932365307

View file

@ -61,7 +61,7 @@ theme.loadEditor = function()
-- ColorColumn = {},
-- Conceal = {},
-- Cursor = {},
-- CursorColumn = {},
CursorColumn = { bg = p.highlight_overlay },
-- CursorIM = {},
CursorLine = { bg = p.highlight_inactive },
CursorLineNr = { fg = p.text },