feat(nvim): add custom help icon for help filtypes in heirline
This commit is contained in:
parent
2b51100cda
commit
51b2f3fcfa
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user