chore(nvim): use the new completion menu

This commit is contained in:
Oliver Davies 2022-01-10 13:08:08 +00:00 committed by GitHub
parent aa2aa7ebaf
commit 572557ed28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,5 +59,6 @@ cmp.setup {
experimental = { experimental = {
ghost_text = true, ghost_text = true,
native_menu = false,
}, },
} }