mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Fix lsp-cmp
This commit is contained in:
parent
ae6899ae2c
commit
53f2862965
@ -115,6 +115,6 @@ cmp.setup({
|
||||
documentation = cmp.config.window.bordered(),
|
||||
},
|
||||
experimental = {
|
||||
ghost_text = true,
|
||||
ghost_text = { enabled = true },
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user