File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ require('lazy').setup({
784784 -- Accept ([y]es) the completion.
785785 -- This will auto-import if your LSP supports it.
786786 -- This will expand snippets if the LSP sent a snippet.
787- [' <C-y >' ] = cmp .mapping .confirm { select = true },
787+ [' <C-Space >' ] = cmp .mapping .confirm { select = true },
788788
789789 -- If you prefer more traditional completion keymaps,
790790 -- you can uncomment the following lines
@@ -795,7 +795,7 @@ require('lazy').setup({
795795 -- Manually trigger a completion from nvim-cmp.
796796 -- Generally you don't need this, because nvim-cmp will display
797797 -- completions whenever it has completion options available.
798- [' <C-Space> ' ] = cmp .mapping .complete {},
798+ [' <C-y ' ] = cmp .mapping .complete {},
799799
800800 -- Think of <c-l> as moving to the right of your snippet expansion.
801801 -- So if you have a snippet that's like:
You can’t perform that action at this time.
0 commit comments