folke / lazy.nvim

💤 A modern plugin manager for Neovim
https://lazy.folke.io/
Apache License 2.0
14.49k stars 348 forks source link

bug: wezterm complains about glyph \u{1f4a4} when lazy.nvim is opened #866

Closed ATM-Jahid closed 1 year ago

ATM-Jahid commented 1 year ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.1

Operating system/version

Archlinux 6.3.6

Describe the bug

Whenever I open lazy.nvim, wezterm complains about the missing glyph \u{1f4a4}, which is supposed to be the sleeping symbol. I have not noticed this behavior before today. The error message looks like the following.

No fonts contain glyphs for these codepoints: \u{1f4a4}.

I saw that the nerd font v3 discarded material design icon codepoints. I'm not sure if the issue is related to this.

Steps To Reproduce

  1. Open wezterm.
  2. Open neovim with default LazyVim setup.
  3. "space + l" to open lazy.nvim

Expected Behavior

The glyphs used in lazy.nvim should be findable in nerd fonts.

folke commented 1 year ago

Sorry, but that's 100% for sure your font settings. All my plugins are using up to date nerd font symbols.

I even just tested it again myself in wezterm and I dont get any errors.