refactor(nvim): remove percentage location from winbar
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s

This commit is contained in:
Price Hiller 2024-07-01 14:27:02 -05:00
parent 4e563e3ed9
commit a5394bafbd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -746,41 +746,6 @@ return {
},
},
margin(1),
{
{
provider = seps.full.left,
hl = function()
return { fg = colors.sumiInk4, bg = utils.get_highlight("WinBar").bg }
end,
},
{
provider = "%p%% ",
hl = {
fg = colors.fujiWhite,
bg = colors.sumiInk4,
},
},
{
provider = seps.full.left,
hl = function()
return { fg = colors.carpYellow, bg = colors.sumiInk4 }
end,
},
{
provider = "",
hl = {
fg = colors.sumiInk0,
bg = colors.carpYellow,
},
},
{
provider = seps.full.right,
hl = function()
return { fg = colors.carpYellow, bg = utils.get_highlight("WinBar").bg }
end,
},
},
margin(1),
{
{
provider = seps.full.left,