You've already forked dotfiles
fix: Reverting the statuscolumn gradient addition for now
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user