From 39864255784b510cf62f95025c2cd94b16a92dfb Mon Sep 17 00:00:00 2001 From: Peter Weightman Date: Sun, 21 Apr 2024 19:30:33 +0100 Subject: [PATCH] use example for remapping dropdown select --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 3199f32f..8a0891f3 100644 --- a/init.lua +++ b/init.lua @@ -649,11 +649,10 @@ require('lazy').setup({ -- This will auto-import if your LSP supports it. -- This will expand snippets if the LSP sent a snippet. -- [''] = cmp.mapping.confirm { select = true }, - [''] = cmp.mapping.confirm { select = true }, -- 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(),