Skip to content

Commit 133b04b

Browse files
authored
Fix: enter (#3)
1 parent 2b6abaf commit 133b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ require('lazy').setup({
867867

868868
-- If you prefer more traditional completion keymaps,
869869
-- you can uncomment the following lines
870-
--['<CR>'] = cmp.mapping.confirm { select = true },
870+
['<CR>'] = cmp.mapping.confirm { select = true },
871871
--['<Tab>'] = cmp.mapping.select_next_item(),
872872
--['<S-Tab>'] = cmp.mapping.select_prev_item(),
873873

0 commit comments

Comments
 (0)