Material icon option possibility? #281
-
is it possible to have Material icons ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
It looks like material icons are present by extension: https://github.com/nvim-tree/nvim-web-devicons/blob/master/lua/nvim-web-devicons.lua#L958 Is there a material |
Beta Was this translation helpful? Give feedback.
-
Please make this happen! been trying to hack material icons into neovim for a year now. here is a link to an override list: (https://github.com/DaikyXendo/nvim-material-icon/blob/main/lua/nvim-material-icon.lua) i've manually copied all the values and overriden them but not everything is working well. |
Beta Was this translation helpful? Give feedback.
-
Hey folks, a while back I created a project called termicons which basically takes the icon set from the VS Code material icons extension and packages it as an icon font. Combined with termicons.nvim, you can use the exact set of vs code icons with nvim-web-devicons! @alex-courtis Not sure if it's something you'd be interested in potentially including as an official configuration. If so, let me know. |
Beta Was this translation helpful? Give feedback.
There isn't any other way than manually overriding all icons. We could consider introducing
theme
orpreset
, but that would greatly increase maintenance cost and presets could easily get out of sync (where one preset contains an icon and others don't).