refactor(nvim): change file icon for ssh configs
This commit is contained in:
parent
0030d0616e
commit
d427c2d451
@ -153,7 +153,7 @@ return {
|
||||
|
||||
local ft_overrides = {
|
||||
["rust"] = { icon = "", icon_color = self.icon_color },
|
||||
["sshconfig"] = { icon = "", icon_color = colors.carpYellow },
|
||||
["sshconfig"] = { icon = "", icon_color = colors.carpYellow },
|
||||
["sshdconfig"] = "sshconfig"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user