refactor(nvim): disable cmp's `ghost_text`

main
sgoudham 1 year ago
parent cf0cc9d2ef
commit aaed86bc47
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -119,6 +119,8 @@ return {
end end
end, { "i", "s" }), end, { "i", "s" }),
}) })
opts.experimental.ghost_text = false
end, end,
}, },
{ {

Loading…
Cancel
Save