fix: Reverting the statuscolumn gradient addition for now

This commit is contained in:
2026-07-09 03:12:22 -05:00
parent cf2e947d43
commit 5741c3ad4e

View File

@@ -19,11 +19,12 @@ statuscolumn.setHL = function ()
end
statuscolumn.border = function()
if vim.v.relnum < 9 then
return '%#Gradient_' .. (vim.v.relnum + 1) .. '#│'
else
return '%#Gradient_10#│'
end
-- if vim.v.relnum < 9 then
-- return '%#Gradient_' .. (vim.v.relnum + 1) .. '#│'
-- else
-- return '%#Gradient_10#│'
-- end
return ''
end
statuscolumn.folds = function()