Revert "add CursorColumn (fixes #9)"

This reverts commit a932365307.
This commit is contained in:
mvllow 2021-08-14 12:27:39 -05:00
commit 816e1d4cb5

View file

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