-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for for changes in Nerdfont version 3.x #417
Comments
yea, we already took care of it, did we miss something? also this is a repo for the website, did you mean to make the issue in lunarvim/lunarvim? |
Files that fail (EDIT: fixed the regex) ~/.local/share/lunarvim
% nerdfix check --recursive . 2>&1 | rg './site/pack/lazy/opt/(.*?)/.*:.*:' -or '- [ ] $1' | sort -u
- [ ] alpha-nvim
- [ ] bufferline.nvim
- [ ] lualine.nvim
- [ ] nvim-navic
- [ ] nvim-tree.lua
We should probably ping these plugins' maintainers, and link back here. Also, FWIW, I just installed LunarVim today via LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh) |
Plugins to notify/fix:
lualineAs of latest (nvim-lualine/lualine.nvim@05d78e9), still has an obsolete symbol, but only in a spec:
|
What prompted this issue was me thinking the snippet symbol in use was deprecated (I thought it was rendering wrong), but I was mistaken.
|
Oops - yes. And I didn't see your message until now (after refreshing browser tab). |
Nerdfont v3.x introduced some backwards incompatible changes (they moved some code-points around, etc).
See:
Also, a recent
wezterm
release (20230712-072601-f4abf8fd) bumped its bundled Nerdfont fallback to v3.0.1, so people depending onwezterm
to provide the icon glyphs will have theirlvim
icons not render correctly.And, of course, this will also apply to both
wezterm
and non-wezterm
users who install the latest Nerdfont patched fonts.The text was updated successfully, but these errors were encountered: