fix(auto-completion): ensure first menu item is selected by default
This commit is contained in:
parent
a005f15cec
commit
af4f51b2cd
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -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…
Reference in a new issue