File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919======== ========
2020=====================================================================
2121=====================================================================
22-
2322What is Kickstart?
2423
2524 Kickstart.nvim is *not* a distribution.
@@ -798,7 +797,7 @@ require('lazy').setup({
798797 -- Accept ([y]es) the completion.
799798 -- This will auto-import if your LSP supports it.
800799 -- This will expand snippets if the LSP sent a snippet.
801- [' <C-Space> ' ] = cmp .mapping .confirm { select = true },
800+ [' <C-y ' ] = cmp .mapping .confirm { select = true },
802801
803802 -- If you prefer more traditional completion keymaps,
804803 -- you can uncomment the following lines
@@ -809,7 +808,7 @@ require('lazy').setup({
809808 -- Manually trigger a completion from nvim-cmp.
810809 -- Generally you don't need this, because nvim-cmp will display
811810 -- completions whenever it has completion options available.
812- [' <C-y ' ] = cmp .mapping .complete {},
811+ [' <C-Enter ' ] = cmp .mapping .complete {},
813812
814813 -- Think of <c-l> as moving to the right of your snippet expansion.
815814 -- So if you have a snippet that's like:
You can’t perform that action at this time.
0 commit comments