[neovim] Fix lsp-cmp

This commit is contained in:
Daniel Carrillo 2023-05-12 17:16:01 +02:00
parent ae6899ae2c
commit 53f2862965
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -115,6 +115,6 @@ cmp.setup({
documentation = cmp.config.window.bordered(),
},
experimental = {
ghost_text = true,
ghost_text = { enabled = true },
},
})