diff options
author | Chris Patti <feoh@feoh.org> | 2023-11-12 14:38:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-12 14:38:40 -0500 |
commit | fa94716dce3f4c65161cf989a80617400af6be3a (patch) | |
tree | b9a275a0d569cee24d49b85821966e2b2549a741 /init.lua | |
parent | a005f15cec8072c97201f86e15df62c7e4a4490e (diff) | |
parent | af4f51b2cd6cfb2511d34adc99900110f4d3916b (diff) |
Merge pull request #502 from ShashwatAgrawal20/item-selection
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(), |