small cmp fix

This commit is contained in:
Oliver Hartmann 2024-07-15 00:00:17 +02:00
parent 9dcaa0def9
commit dd3e41ab6b

View File

@ -159,7 +159,7 @@ return {
formatting = { formatting = {
fields = { 'kind', 'abbr' }, fields = { 'kind', 'abbr' },
format = function(entry, vim_item) format = function(entry, vim_item)
local kind = require('lspkind').cmp_format({ local kind = lspkind.cmp_format({
mode = 'symbol', mode = 'symbol',
symbol_map = { Codeium = '' }, symbol_map = { Codeium = '' },
maxwidth = 50, maxwidth = 50,