add CursorColumn

This commit is contained in:
mvllow 2021-08-15 18:26:29 -05:00
commit e51cb86606

View file

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