add FoldColumn (fixes #13)

This commit is contained in:
mvllow 2021-08-15 18:19:20 -05:00
commit ada34c540a

View file

@ -75,7 +75,7 @@ theme.loadEditor = function()
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },
FloatBorder = { fg = p.highlight, bg = p.surface },
-- FoldColumn = {},
FoldColumn = { bg = p.base },
Folded = { fg = p.text, bg = p.surface },
IncSearch = { bg = p.highlight },
LineNr = { fg = p.inactive },