1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-08-01 08:19:25 +00:00

[neovim] Fix lsp-cmp

This commit is contained in:
2023-05-12 17:16:01 +02:00
parent ae6899ae2c
commit 53f2862965

View File

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