Fix no autoselect cmp

This commit is contained in:
2023-10-01 17:19:00 +02:00
parent 53af06bc3e
commit bd52a67599
+1
View File
@@ -48,6 +48,7 @@ local function setup()
not context.in_syntax_group("Comment") not context.in_syntax_group("Comment")
end end
end, end,
preselect = cmp.PreselectMode.None,
completion = { keyword_length = 3, }, completion = { keyword_length = 3, },
snippet = { snippet = {
expand = function (args) expand = function (args)