small cmp fix
This commit is contained in:
parent
9dcaa0def9
commit
dd3e41ab6b
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user