[CMP] Fix missing menu icons

This commit is contained in:
2026-01-21 08:27:04 +01:00
parent 5f2b8176b0
commit 1f41c4481c

View File

@@ -94,7 +94,7 @@ return {
}),
formatting = {
fields = { "kind", "abbr", "menu" },
fields = { "icon", "abbr", "menu" },
format = lspkind.cmp_format({
mode = "symbol", -- show only symbol annotations
maxwidth = 50, -- prevent the popup from showing more than provided characters (e.g 50 will not show more than 50 characters)