1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 10:29:26 +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(),
},
experimental = {
ghost_text = true,
ghost_text = { enabled = true },
},
})