From bd52a675995147c9f37970d153dfe6cdc4b6a2a5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 1 Oct 2023 17:19:00 +0200 Subject: [PATCH] Fix no autoselect cmp --- lua/plugins/cmp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 94bcb9a..244dc7a 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -48,6 +48,7 @@ local function setup() not context.in_syntax_group("Comment") end end, + preselect = cmp.PreselectMode.None, completion = { keyword_length = 3, }, snippet = { expand = function (args)