refactor(nvim): use new Neovim nerd icon for mode section in heirline

This commit is contained in:
Price Hiller 2023-11-22 12:47:02 -06:00
parent 44569ffb44
commit 17f8abd6b6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -102,7 +102,7 @@ return {
{ {
provider = function(self) provider = function(self)
local padding = 1 local padding = 1
return pad(padding) .. " " .. self.mode_names[self.mode] .. pad(padding) return pad(padding) .. " " .. self.mode_names[self.mode] .. pad(padding)
end, end,
hl = function(self) hl = function(self)
return { bg = self:mode_color(), bold = true, fg = colors.sumiInk0 } return { bg = self:mode_color(), bold = true, fg = colors.sumiInk0 }