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 = {
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,