refactor(nvim): remove percentage location from winbar
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
This commit is contained in:
parent
4e563e3ed9
commit
a5394bafbd
@ -746,41 +746,6 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
margin(1),
|
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,
|
provider = seps.full.left,
|
||||||
|
Loading…
Reference in New Issue
Block a user