small cmp fix
This commit is contained in:
parent
9dcaa0def9
commit
dd3e41ab6b
@ -159,7 +159,7 @@ return {
|
||||
formatting = {
|
||||
fields = { 'kind', 'abbr' },
|
||||
format = function(entry, vim_item)
|
||||
local kind = require('lspkind').cmp_format({
|
||||
local kind = lspkind.cmp_format({
|
||||
mode = 'symbol',
|
||||
symbol_map = { Codeium = '' },
|
||||
maxwidth = 50,
|
||||
|
Loading…
x
Reference in New Issue
Block a user