Skip to content
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

Search is still showing already removed/deprecated icons from nerd-font #17

Closed
sasugo opened this issue Aug 24, 2023 · 2 comments
Closed

Comments

@sasugo
Copy link

sasugo commented Aug 24, 2023

Not quite sure if this belongs here, but didn't find any other place to post this
When I search for a font it show deprecated/removed icons, especifically the nf-mdi ones.
image

@ziontee113
Copy link
Owner

If you're using Nerd Fonts V3, you could run a command like this instead:

:IconPickerInsert emoji nerd_font_v3 alt_font symbols

I'm still on older version of Nerd Fonts so I can't verify this. You can try this out and see if it works.

@sasugo
Copy link
Author

sasugo commented Aug 27, 2023

Yes, this will exclude the depricated icons...
Just if this helps this my updated keymap
keymap("n", "<leader><leader>i", "<cmd>IconPickerNormal emoji nerd_font_v3 alt_font symbols<cr>", term_opts) keymap("n", "<leader><leader>y", "<cmd>IconPickerYank emoji nerd_font_v3 alt_font symbols<cr>", term_opts) keymap("i", "<C-i>", "<cmd>IconPickerInsert emoji nerd_font_v3 alt_font symbols<cr>", term_opts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants