revert cmp keybinding

This commit is contained in:
lootboxer 2025-04-15 03:26:30 +03:00
parent c8196ef4af
commit b45829690c
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ require('lazy').setup({
-- If you prefer more traditional completion keymaps, -- If you prefer more traditional completion keymaps,
-- you can uncomment the following lines -- you can uncomment the following lines
['<CR>'] = cmp.mapping.confirm { select = true }, --['<CR>'] = cmp.mapping.confirm { select = true },
--['<Tab>'] = cmp.mapping.select_next_item(), --['<Tab>'] = cmp.mapping.select_next_item(),
--['<S-Tab>'] = cmp.mapping.select_prev_item(), --['<S-Tab>'] = cmp.mapping.select_prev_item(),