v1.3.1
Pre-release
Pre-release
This version focuses on minor fixes for nvim-web-devicons.
Minor fixes
- 🐛fix(
nvim-web-devicons): In rare instances,nvim-web-deviconswas raising an error when unable to recover an icon.
More info
Context:
I experienced this bug for the first time after years of usage, when trying to open a .service file that was symlinked.
Solution:
All our calls to nvim-web-devicons now use pcall to protect ourselves against the scenarios the plugin is not able to control successfully. Also, for cases where everything else fail, we now fallback to a default icon.
Full Changelog: v1.3.0...v1.3.1