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 = {}, -- ColorColumn = {},
-- Conceal = {}, -- Conceal = {},
-- Cursor = {}, -- Cursor = {},
-- CursorColumn = {}, CursorColumn = { bg = p.highlight_overlay },
-- CursorIM = {}, -- CursorIM = {},
CursorLine = { bg = p.highlight_inactive }, CursorLine = { bg = p.highlight_inactive },
CursorLineNr = { fg = p.text }, CursorLineNr = { fg = p.text },