-
-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web-devicons default not used #2758
Comments
Happy to test this but unsure I know how. I am using Lazy to install the web-devicons plugin. Any guidance would be helpful here. |
: ; find ~ -name nvim-web-devicons -type d 2>/dev/null
/home/alex/.local/share/nvim/site/pack/packer/start/nvim-web-devicons
... cd /home/alex/.local/share/nvim/site/pack/packer/start/nvim-web-devicons
git pull
git checkout 2758-use-web-devicons-default Alternatively, you could direct lazy to use the branch instead of master. Check the lazy doc... |
Never mind branch testing @sethen , the PR has been merged. I'd be most grateful if you updated to latest and tested that. |
Description
Help states that the default nvim-web-devicons icon will be used for files.
glyphs.default is always used
Neovim version
Operating system and version
Linux 6.8.7-arch1-1
Windows variant
No response
nvim-tree version
5a18b98
Clean room replication
Steps to reproduce
:NvimTreeOpen
Expected behavior
Default files have icon
W
Actual behavior
Default files have icon
N
The text was updated successfully, but these errors were encountered: