From 55667ec64e027e068134671733a50f3d2cbce984 Mon Sep 17 00:00:00 2001 From: ziro Date: Sun, 3 Jul 2022 17:01:04 +0700 Subject: [PATCH] + Don't implicitly select --- .config/vim/vim_plug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/vim/vim_plug b/.config/vim/vim_plug index 4f3a138..3ccb080 100644 --- a/.config/vim/vim_plug +++ b/.config/vim/vim_plug @@ -332,7 +332,7 @@ lua <'] = cmp.mapping.scroll_docs(4), [''] = cmp.mapping.complete(), [''] = cmp.mapping.abort(), - [''] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. + [''] = cmp.mapping.confirm({ select = false }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. [""] = cmp.mapping(function(fallback) if cmp.visible() then cmp.select_next_item()