added codium

This commit is contained in:
2024-07-08 23:50:45 +02:00
parent 5ae060e30e
commit 8c586aa58d
3 changed files with 12 additions and 0 deletions

View File

@ -158,6 +158,7 @@ return {
format = function(entry, vim_item)
local kind = require('lspkind').cmp_format({
mode = 'symbol_text',
symbol_map = { Codeium = "", },
maxwidth = 50,
})(entry, vim_item)
local strings = vim.split(kind.kind, '%s', { trimempty = true })