Separate Nerd Font symbols. Add nonicons.

This commit is contained in:
Jan Eitzinger 2024-01-14 09:08:28 +01:00
parent 10241e63cc
commit d0e1391744
2 changed files with 7 additions and 0 deletions

View File

@ -63,6 +63,8 @@ symbol_map U+23FB-U+23FE,U+2b58 Symbols Nerd Font
symbol_map U+F300-U+F313 Symbols Nerd Font
# Pomicons
symbol_map U+E000-U+E00D Symbols Nerd Font
# nonicons
symbol_map U+f101-U+f25c nonicons
#: Map the specified unicode codepoints to a particular font. Useful
#: if you need special rendering for some symbols, such as for

View File

@ -10,6 +10,11 @@ return {
"rebelot/kanagawa.nvim",
},
-- nonicons
{
"yamatsum/nvim-nonicons",
},
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",