Merge remote-tracking branch 'upstream/master'

- fix(auto-completion): ensure first menu item is selected by default
This commit is contained in:
Damjan 9000 2023-11-12 22:23:22 +01:00
commit 2e401e09fb

View File

@ -11,6 +11,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(),