nvim: increase LSP suggstion width

This commit is contained in:
thomasabishop 2024-02-04 12:25:40 +00:00
parent fe0e7ecec8
commit c3f6b790a9

View file

@ -48,7 +48,7 @@ cmp.setup({
-- configure lspkind for vs-code like icons
formatting = {
format = lspkind.cmp_format({
maxwidth = 150,
maxwidth = 200,
ellipsis_char = "...",
symbol_map = { Copilot = "" },
}),