Skip to content

Commit 7c93adc

Browse files
committed
Standard autocompletion
1 parent 3fa161d commit 7c93adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,9 @@ require('lazy').setup({
737737

738738
-- If you prefer more traditional completion keymaps,
739739
-- 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(),
740+
['<CR>'] = cmp.mapping.confirm { select = true },
741+
['<Tab>'] = cmp.mapping.select_next_item(),
742+
['<S-Tab>'] = cmp.mapping.select_prev_item(),
743743

744744
-- Manually trigger a completion from nvim-cmp.
745745
-- Generally you don't need this, because nvim-cmp will display

0 commit comments

Comments
 (0)