You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,20 @@ Provides [Nerd Font](https://www.nerdfonts.com/) [^1] icons (glyphs) for use by
12
12
A `lua` fork of [vim-devicons](https://github.com/ryanoasis/vim-devicons).
13
13
14
14
> [!TIP]
15
-
> nvim-web-devicons adds new icons as they are introduced to Nerd Fonts. Please ensure that you are using the latest version of the font as newly introduced icons may display incorrectly or as an "unknown character".
15
+
> nvim-web-devicons is a rolling release, adding new icons as they are introduced to Nerd Fonts. Please ensure that you are using the latest version of the font as newly introduced icons may display incorrectly or as an "unknown character".
16
16
17
17
> [!IMPORTANT]
18
-
> Nerd fonts moved some symbols with version 3.0. Version 2.3 is meant for transition,
19
-
> supporting both version 2 and version 3 icons.
20
-
> Nvim-web-devicons requires version 2.3 or above to work properly. If you are unable to update
21
-
> please use your plugin manager to pin version of nvim-web-dev icons to `nerd-v2-compat` tag.
18
+
> Nerd fonts has introduced some breaking changes with the following releases.
19
+
> Please use your plugin manager to pin nvim-web-devicons to the compatibility tag, for use with earlier Nerd Font versions.
20
+
> -`3.3`: `nerd-v3.2-compat`
21
+
> -`3.0`: `nerd-v2-compat`
22
22
23
23
[^1]: Not limited to Nerd Font icons: unicode and other fonts may be used.
0 commit comments