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