update glyphs

This commit is contained in:
Michael Peters 2024-03-20 23:14:33 -07:00
parent ba228de63c
commit 4ed06dd050

View File

@ -33,7 +33,7 @@ local function config()
Color = '',
File = '',
Reference = '',
Folder = '',
Folder = '',
EnumMember = '',
Constant = '',
Struct = '',
@ -49,7 +49,7 @@ local function config()
local menu_icons = {
nvim_lsp = 'λ',
buffer = 'Ω',
path = '🖫',
path = 'ε', -- was 🖫
}
item.menu = menu_icons[entry.source.name]
item.kind = kind_icons[item.kind]