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