revert(nvim): invoke completion menu manually

This reverts commit 1366a9d472b6d2352b0eef0c849d1be45194e1cf.
This commit is contained in:
Oliver Davies 2023-07-19 21:39:35 +01:00
parent bd94dba7ff
commit 76c3503b34

View file

@ -78,10 +78,7 @@ vim.diagnostic.config({
cmp.setup({
preselect = 'item',
completion = {
autocomplete = false,
},
mapping = {
['<C-space>'] = cmp.mapping.complete(),
completeopt = 'menu,menuone,noinsert'
},
})