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.
1 parent 97478f0 commit e05ef37Copy full SHA for e05ef37
init.lua
@@ -733,11 +733,11 @@ require('lazy').setup({
733
-- Accept ([y]es) the completion.
734
-- This will auto-import if your LSP supports it.
735
-- This will expand snippets if the LSP sent a snippet.
736
- ['<C-y>'] = cmp.mapping.confirm { select = true },
+ -- ['<C-y>'] = cmp.mapping.confirm { select = true },
737
738
-- If you prefer more traditional completion keymaps,
739
-- you can uncomment the following lines
740
- --['<CR>'] = cmp.mapping.confirm { select = true },
+ ['<CR>'] = cmp.mapping.confirm { select = true },
741
--['<Tab>'] = cmp.mapping.select_next_item(),
742
--['<S-Tab>'] = cmp.mapping.select_prev_item(),
743
0 commit comments