Separate Nerd Font symbols. Add nonicons.
This commit is contained in:
parent
10241e63cc
commit
d0e1391744
@ -63,6 +63,8 @@ symbol_map U+23FB-U+23FE,U+2b58 Symbols Nerd Font
|
|||||||
symbol_map U+F300-U+F313 Symbols Nerd Font
|
symbol_map U+F300-U+F313 Symbols Nerd Font
|
||||||
# Pomicons
|
# Pomicons
|
||||||
symbol_map U+E000-U+E00D Symbols Nerd Font
|
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
|
#: Map the specified unicode codepoints to a particular font. Useful
|
||||||
#: if you need special rendering for some symbols, such as for
|
#: if you need special rendering for some symbols, such as for
|
||||||
|
@ -10,6 +10,11 @@ return {
|
|||||||
"rebelot/kanagawa.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- nonicons
|
||||||
|
{
|
||||||
|
"yamatsum/nvim-nonicons",
|
||||||
|
},
|
||||||
|
|
||||||
-- Configure LazyVim to load gruvbox
|
-- Configure LazyVim to load gruvbox
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
|
Loading…
Reference in New Issue
Block a user