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({
|
||||
preselect = 'item',
|
||||
completion = {
|
||||
autocomplete = false,
|
||||
},
|
||||
mapping = {
|
||||
['<C-space>'] = cmp.mapping.complete(),
|
||||
completeopt = 'menu,menuone,noinsert'
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue