yamatsum / nvim-nonicons

Icon set using nonicons for neovim plugins and settings
329 stars 21 forks source link

Error if the plugin `nvim-web-devicons` is not installed #8

Open dhruvmanila opened 3 years ago

dhruvmanila commented 3 years ago

As per the installation instruction, it is fine to not install nvim-web-devicons but then the plugin fails to load due to this line.

There is this option: override_nvim_web_devicons but that makes sense if nvim-web-devicons are installed. It should have no effect if the plugin is not installed in the first place.

mustafaergul commented 2 years ago

@dhruvmanila do you have any progress on this case? I wonder where you have defined override_nvim_web_devicons exactly as well. Thanks.