diff --git a/lua/plugins/autocompletion.lua b/lua/plugins/autocompletion.lua index c113a26..79acac5 100644 --- a/lua/plugins/autocompletion.lua +++ b/lua/plugins/autocompletion.lua @@ -96,10 +96,10 @@ return { -- Autocompletion -- If you prefer more traditional completion keymaps, -- you can uncomment the following lines - -- [''] = cmp.mapping.confirm { select = true }, - [''] = cmp.mapping.confirm { select = true }, - --[''] = cmp.mapping.select_next_item(), - --[''] = cmp.mapping.select_prev_item(), + [''] = cmp.mapping.confirm { select = true }, + -- [''] = cmp.mapping.confirm { select = true }, + [''] = cmp.mapping.select_next_item(), + [''] = cmp.mapping.select_prev_item(), -- Manually trigger a completion from nvim-cmp. -- Generally you don't need this, because nvim-cmp will display