Set keyword_length to 0 for nvim-cmp
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ local function setup()
|
||||
end
|
||||
end,
|
||||
preselect = cmp.PreselectMode.None,
|
||||
completion = { keyword_length = 3, },
|
||||
completion = { keyword_length = 0, },
|
||||
snippet = {
|
||||
expand = function (args)
|
||||
luasnip.lsp_expand(args.body)
|
||||
|
||||
Reference in New Issue
Block a user