Update .config/nvim/lua/plugins/nvim-cmp.lua

This commit is contained in:
punkfairie 2024-08-04 13:30:47 -07:00
parent f16b199432
commit 8ffcba1bd1
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -25,6 +25,10 @@ return {
table.insert(opts.sources, { name = "emoji" })
opts.experimental = {
ghost_text = false,
}
return opts
end,
},