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