revert(nvim): invoke completion menu manually
This reverts commit 1366a9d472
.
This commit is contained in:
parent
648e9ee023
commit
1b397749ca
|
@ -78,10 +78,7 @@ vim.diagnostic.config({
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
preselect = 'item',
|
preselect = 'item',
|
||||||
completion = {
|
completion = {
|
||||||
autocomplete = false,
|
completeopt = 'menu,menuone,noinsert'
|
||||||
},
|
|
||||||
mapping = {
|
|
||||||
['<C-space>'] = cmp.mapping.complete(),
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue