feat(nvim): tweak lazy.nvim

This commit is contained in:
2025-06-15 09:10:35 +08:00
parent 53e15c2324
commit b762cb91fe
3 changed files with 12 additions and 22 deletions

View File

@@ -16,7 +16,6 @@ M = {
mode = "symbol",
maxwidth = 50,
ellipsis_char = "...",
symbol_map = { Codeium = "" },
}),
},
snippet = {
@@ -53,7 +52,6 @@ M = {
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "luasnip" },
-- { name = "codeium" },
{ name = "path" },
}, {
{ name = "buffer" },