refactor(nvim): remove leading padding for ft icons in heirline
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m1s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m1s
This commit is contained in:
parent
2c77d703fb
commit
4099d2b386
@ -186,7 +186,7 @@ return {
|
||||
end
|
||||
end,
|
||||
provider = function(self)
|
||||
return self.icon and (" " .. self.icon .. " ")
|
||||
return self.icon and (self.icon .. " ")
|
||||
end,
|
||||
hl = function(self)
|
||||
return { fg = self.icon_color }
|
||||
|
Loading…
Reference in New Issue
Block a user