Update .config/nvim/lua/plugins/nvim-cmp.lua
This commit is contained in:
parent
f16b199432
commit
8ffcba1bd1
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ return {
|
||||||
|
|
||||||
table.insert(opts.sources, { name = "emoji" })
|
table.insert(opts.sources, { name = "emoji" })
|
||||||
|
|
||||||
|
opts.experimental = {
|
||||||
|
ghost_text = false,
|
||||||
|
}
|
||||||
|
|
||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue