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 3fa161d commit 7c93adcCopy full SHA for 7c93adc
init.lua
@@ -737,9 +737,9 @@ require('lazy').setup({
737
738
-- If you prefer more traditional completion keymaps,
739
-- you can uncomment the following lines
740
- --['<CR>'] = cmp.mapping.confirm { select = true },
741
- --['<Tab>'] = cmp.mapping.select_next_item(),
742
- --['<S-Tab>'] = cmp.mapping.select_prev_item(),
+ ['<CR>'] = cmp.mapping.confirm { select = true },
+ ['<Tab>'] = cmp.mapping.select_next_item(),
+ ['<S-Tab>'] = cmp.mapping.select_prev_item(),
743
744
-- Manually trigger a completion from nvim-cmp.
745
-- Generally you don't need this, because nvim-cmp will display
0 commit comments