Skip to content

Commit 4d35061

Browse files
revert commits
1 parent 6688e75 commit 4d35061

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

init.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
======== ========
2020
=====================================================================
2121
=====================================================================
22-
2322
What 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:

0 commit comments

Comments
 (0)