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 8dc7ee5 commit 5f72af0Copy full SHA for 5f72af0
init.lua
@@ -733,6 +733,12 @@ require('lazy').setup({
733
-- This will expand snippets if the LSP sent a snippet.
734
['<C-y>'] = cmp.mapping.confirm { select = true },
735
736
+ -- If you prefer more traditional completion keymaps,
737
+ -- you can uncomment the following lines
738
+ --['<CR>'] = cmp.mapping.confirm { select = true },
739
+ --['<Tab>'] = cmp.mapping.select_next_item(),
740
+ --['<S-Tab>'] = cmp.mapping.select_prev_item(),
741
+
742
-- Manually trigger a completion from nvim-cmp.
743
-- Generally you don't need this, because nvim-cmp will display
744
-- completions whenever it has completion options available.
0 commit comments