Replies: 1 comment
-
You're missing the rest of the icon definition. Try ["css"] = {
icon = "",
color = "Blue",
cterm_color = "75",
name = "Css",
}, See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I get some help here please?
I have nvim-web-devicons installed via packer. In nvim/after/plugin/web-devicon.lua I have the following content:
What else do I need to do to set the color?
It should work with fern, right? I have fern using this plugin via:
vim.g["fern#renderer"] = "nvim-web-devicons"
Beta Was this translation helpful? Give feedback.
All reactions