Replies: 8 comments 1 reply
-
Closing as per our policy:
Please send a PR, it's easy! |
Beta Was this translation helpful? Give feedback.
-
This was already done some time ago and in fact is working, could be you have problems making it work? |
Beta Was this translation helpful? Give feedback.
-
@hasecilu Sorry, I just found out that lazyvim uses neo-tree |
Beta Was this translation helpful? Give feedback.
-
You can use this to use this project as icon provider: return {
{ "echasnovski/mini.icons", enabled = false },
{ "nvim-tree/nvim-web-devicons", opts={} },
} |
Beta Was this translation helpful? Give feedback.
-
@hasecilu I tried what you said, and still there is no icon for the favicon.ico file |
Beta Was this translation helpful? Give feedback.
-
Did you read the comments1? that file is a dummy file; create another file maybe Footnotes |
Beta Was this translation helpful? Give feedback.
-
favicon.ico still has no icon, including bun.lock But the latest commit of nvim-web-devicons on my local machine already includes the file icon for bun.lock. Also, I found something strange—if I run the command Neotree, the favicon.ico will have an ico |
Beta Was this translation helpful? Give feedback.
-
Since mini-icons is the default, you need to disable it and enable web-icons. To do this, add |
Beta Was this translation helpful? Give feedback.
-
Is this a request for a new icon?
Please submit a Pull Request to add an icon, see CONTRIBUTING.md
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions