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 f5cc2bb commit 6c36f2aCopy full SHA for 6c36f2a
init.lua
@@ -799,6 +799,12 @@ require('lazy').setup({
799
-- This will expand snippets if the LSP sent a snippet.
800
['<C-y>'] = cmp.mapping.confirm { select = true },
801
802
+ -- If you prefer more traditional completion keymaps,
803
+ -- you can uncomment the following lines
804
+ --['<CR>'] = cmp.mapping.confirm { select = true },
805
+ --['<Tab>'] = cmp.mapping.select_next_item(),
806
+ --['<S-Tab>'] = cmp.mapping.select_prev_item(),
807
+
808
-- Manually trigger a completion from nvim-cmp.
809
-- Generally you don't need this, because nvim-cmp will display
810
-- completions whenever it has completion options available.
0 commit comments