-
Notifications
You must be signed in to change notification settings - Fork 5
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
nvim-web-devicons enabled, but not installed #10
Comments
Hi and thank you for the issue. require("cybu").setup({
style = {
devicons = {
enabled = true, -- enable or disable web dev icons
},
},
}) Do you have I suppose you have used the non-packer quickstart? In that case, this warning can be triggered (you either have to also manually install the |
Hello, I already have the NVIM-Web-Devicons installed and yet, as well as in Quick Start in the documentation, there is requires with it. |
Ok, let's check if, "nvim-web-devicons" are loaded correctly, are the icons showing up for other plugins, like for example lualine or nvim-tree? If you don't have another plugin installed, that uses icons, you can check it like so: Does |
Closing, as this seems to be resolved. |
After a fresh install and using the Quick Start config, I get the following error:
Cybu: nvim-web-devicons enabled, but not installed
Icons are not shown, but all functions work perfectly
The text was updated successfully, but these errors were encountered: