Revert "add CursorColumn (fixes #9)"

This reverts commit 770a49c36e.
This commit is contained in:
mvllow 2021-08-14 12:27:39 -05:00
commit 458fbadfaa

View file

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