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()