revert commits

This commit is contained in:
kanishka-sahoo 2024-11-08 10:02:45 +05:30
parent 6688e75c92
commit 4d350610cb
1 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,6 @@
======== ========
=====================================================================
=====================================================================
What is Kickstart?
Kickstart.nvim is *not* a distribution.
@ -798,7 +797,7 @@ require('lazy').setup({
-- Accept ([y]es) the completion.
-- This will auto-import if your LSP supports it.
-- This will expand snippets if the LSP sent a snippet.
['<C-Space>'] = cmp.mapping.confirm { select = true },
['<C-y'] = cmp.mapping.confirm { select = true },
-- If you prefer more traditional completion keymaps,
-- you can uncomment the following lines
@ -809,7 +808,7 @@ require('lazy').setup({
-- Manually trigger a completion from nvim-cmp.
-- Generally you don't need this, because nvim-cmp will display
-- completions whenever it has completion options available.
['<C-y'] = cmp.mapping.complete {},
['<C-Enter'] = cmp.mapping.complete {},
-- Think of <c-l> as moving to the right of your snippet expansion.
-- So if you have a snippet that's like: