We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82869f8 + 73a1f95 commit fb51f70Copy full SHA for fb51f70
init.lua
@@ -564,6 +564,9 @@ cmp.setup {
564
luasnip.lsp_expand(args.body)
565
end,
566
},
567
+ completion = {
568
+ completeopt = 'menu,menuone,noinsert'
569
+ },
570
mapping = cmp.mapping.preset.insert {
571
['<C-n>'] = cmp.mapping.select_next_item(),
572
['<C-p>'] = cmp.mapping.select_prev_item(),
0 commit comments