Fix no autoselect cmp
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user