feat(nvim): add custom github icon for octo filetype in heirline

This commit is contained in:
Price Hiller 2023-09-24 15:12:00 -05:00
parent e46e1f513a
commit c88c6c3759
No known key found for this signature in database

View File

@ -156,6 +156,7 @@ return {
["sshconfig"] = { icon = "󰴳", icon_color = colors.carpYellow },
["sshdconfig"] = "sshconfig",
["help"] = { icon = "󰋗", icon_color = colors.springGreen },
["octo"] = { icon = "", icon_color = colors.fujiWhite }
}
local buftype_overrides = {