diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 1eb816b..a899b6a 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -62,7 +62,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()