fix(auto-completion): ensure first menu item is selected by default

pull/502/head
Shashwat Agrawal 7 months ago
parent a005f15cec
commit af4f51b2cd

@ -564,6 +564,9 @@ cmp.setup {
luasnip.lsp_expand(args.body)
end,
},
completion = {
completeopt = 'menu,menuone,noinsert'
},
mapping = cmp.mapping.preset.insert {
['<C-n>'] = cmp.mapping.select_next_item(),
['<C-p>'] = cmp.mapping.select_prev_item(),

Loading…
Cancel
Save