feat(nvim): add custom help icon for help filtypes in heirline

This commit is contained in:
Price Hiller 2023-09-06 22:55:48 -05:00
parent 2b51100cda
commit 51b2f3fcfa
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -154,7 +154,8 @@ return {
local ft_overrides = {
["rust"] = { icon = "", icon_color = self.icon_color },
["sshconfig"] = { icon = "󰴳", icon_color = colors.carpYellow },
["sshdconfig"] = "sshconfig"
["sshdconfig"] = "sshconfig",
["help"] = { icon = "󰋗", icon_color = colors.springGreen }
}
local buftype_overrides = {