diff --git a/init.lua b/init.lua index e8ef07c..3962833 100644 --- a/init.lua +++ b/init.lua @@ -404,7 +404,7 @@ cmp.setup({ [""] = cmp.mapping.complete(), [""] = cmp.mapping.abort(), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. - [""] = cmp.mapping.confirm({ select = true }), + [""] = cmp.mapping.confirm({ select = false }), }), sources = cmp.config.sources({ { name = "nvim_lsp" },