LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 476 forks source link

Update nerd-fonts icons #131

Closed alanfzf closed 1 year ago

alanfzf commented 1 year ago

Nerd fonts released the 3.0.0 version which dropped support for nf-mdi-* class names, this makes some icons to render improperly.

Some of the plugins getting affected by this update include:

Screenshot 2023-05-20 195959

Rishabh672003 commented 1 year ago

oh this is a problem, i didnt noticed it because i didnt installed the latest nerd fonts, I will try to fix this by latest

Rishabh672003 commented 1 year ago

Hey @alanfvn can you test this branch https://github.com/LunarVim/nvim-basic-ide/tree/nerd-font-fix i have fixed all the nerd icons in cmp.lua, if there are any more in other place please let me know

alanfzf commented 1 year ago

Thanks @Rishabh672003, tried the branch and everything is looking good on my end! 🙌

Alpha

alpha

Cmp

cmp

Dap

dap_ui

Dev-icons

dev-icons

Lsp

lsp

Lualine

lualine

Mason

mason

Nvim-tree

nvim-tree

Telescope

telescope

Git Signs

git_signs

Rishabh672003 commented 1 year ago

nice, thank you very much, will merge that branch so closing this issue now