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
|
||||
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user