feat(nvim): add custom github icon for octo filetype in heirline
This commit is contained in:
parent
e46e1f513a
commit
c88c6c3759
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user