Skip to content

v1.3.1

Pre-release
Pre-release

Choose a tag to compare

@Zeioth Zeioth released this 17 Oct 14:38
· 13 commits to main since this release
a0b509e

This version focuses on minor fixes for nvim-web-devicons.

Minor fixes

  • 🐛fix(nvim-web-devicons): In rare instances, nvim-web-devicons was 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