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 end
statuscolumn.border = function() statuscolumn.border = function()
if vim.v.relnum < 9 then -- if vim.v.relnum < 9 then
return '%#Gradient_' .. (vim.v.relnum + 1) .. '#│' -- return '%#Gradient_' .. (vim.v.relnum + 1) .. '#│'
else -- else
return '%#Gradient_10#│' -- return '%#Gradient_10#│'
end -- end
return ''
end end
statuscolumn.folds = function() statuscolumn.folds = function()