From 32dd03a493d16194d09c96dad5977c024ef4265f Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 11:54:47 -0700 Subject: [PATCH] fix: update completion behaviour --- lua/plugins/completion.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/plugins/completion.lua b/lua/plugins/completion.lua index e3f01ac..18d888f 100644 --- a/lua/plugins/completion.lua +++ b/lua/plugins/completion.lua @@ -29,7 +29,10 @@ return { fallback() end end, { "i" }), - [""] = cmp.mapping.confirm({ select = true }) + [""] = cmp.mapping.confirm({ + behaviour = cmp.ConfirmBehavior.Insert, + select = true + }) }), snippet = {