master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit dd3e41ab6b - Show all commits

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,