This commit is contained in:
Bryan Ramos 2023-06-19 10:50:38 -04:00
parent a9d751311f
commit acc326ac89

View file

@ -70,8 +70,15 @@ cmp.setup({
{ name = "luasnip" }, { name = "luasnip" },
-- other sources... -- other sources...
}, },
formatting = {
format = function(entry, vim_item)
vim_item.menu = ""
return vim_item
end,
},
-- other configurations... -- other configurations...
}) })
cmp.setup({ cmp.setup({
enabled = function() enabled = function()
-- disable completion in comments -- disable completion in comments