fixed unkown unicode symbols

This commit is contained in:
Nickiel12 2023-08-05 17:13:49 -07:00
parent de1444fbf3
commit 1c0f757ac5

View file

@ -22,10 +22,10 @@ local sign = function(opts)
}) })
end end
sign({name = 'DiagnosticSignError', text = ''}) sign({name = 'DiagnosticSignError', text = ''})
sign({name = 'DiagnosticSignWarn', text = ''}) sign({name = 'DiagnosticSignWarn', text = ''})
sign({name = 'DiagnosticSignHint', text = ''}) sign({name = 'DiagnosticSignHint', text = '󰋼'})
sign({name = 'DiagnosticSignInfo', text = ''}) sign({name = 'DiagnosticSignInfo', text = '󰋽'})
vim.diagnostic.config({ vim.diagnostic.config({
virtual_text = false, virtual_text = false,
@ -111,7 +111,7 @@ cmp.setup({
nvim_lsp = 'λ', nvim_lsp = 'λ',
vsnip = '', vsnip = '',
buffer = 'Ω', buffer = 'Ω',
path = '🖫', path = '',
} }
item.menu = menu_icon[entry.source.name] item.menu = menu_icon[entry.source.name]
return item return item