diff --git a/lua/completion.lua b/lua/completion.lua index 43193ba..8faa285 100644 --- a/lua/completion.lua +++ b/lua/completion.lua @@ -64,7 +64,7 @@ cmp.setup { }, -- Accept currently selected item. If none selected, `select` first item. -- Set `select` to `false` to only confirm explicitly selected items. - [""] = cmp.mapping.confirm { select = true }, + [""] = cmp.mapping.confirm { select = false }, [""] = cmp.mapping(function(fallback) if cmp.visible() then cmp.select_next_item()