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 2b6abaf commit 133b04bCopy full SHA for 133b04b
init.lua
@@ -867,7 +867,7 @@ require('lazy').setup({
867
868
-- If you prefer more traditional completion keymaps,
869
-- you can uncomment the following lines
870
- --['<CR>'] = cmp.mapping.confirm { select = true },
+ ['<CR>'] = cmp.mapping.confirm { select = true },
871
--['<Tab>'] = cmp.mapping.select_next_item(),
872
--['<S-Tab>'] = cmp.mapping.select_prev_item(),
873
0 commit comments