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