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 a0fe007 commit 97aa4fdCopy full SHA for 97aa4fd
init.lua
@@ -720,6 +720,12 @@ require('lazy').setup({
720
-- This will expand snippets if the LSP sent a snippet.
721
['<C-y>'] = cmp.mapping.confirm { select = true },
722
723
+ -- If you prefer more traditional completion keymaps,
724
+ -- you can uncomment the following lines
725
+ --['<CR>'] = cmp.mapping.confirm { select = true },
726
+ --['<Tab>'] = cmp.mapping.select_next_item(),
727
+ --['<S-Tab>'] = cmp.mapping.select_prev_item(),
728
+
729
-- Manually trigger a completion from nvim-cmp.
730
-- Generally you don't need this, because nvim-cmp will display
731
-- completions whenever it has completion options available.
0 commit comments