fix(nvim): remove LSP keyword_length
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2340f9703a
commit
aaa26a9bf3
|
@ -52,8 +52,8 @@ cmp.setup({
|
|||
end,
|
||||
}),
|
||||
sources = cmp.config.sources({
|
||||
{ name = "copilot", keyword_length = 0 },
|
||||
{ name = "nvim_lsp", keyword_length = 3 },
|
||||
{ name = "copilot" },
|
||||
{ name = "nvim_lsp" },
|
||||
{
|
||||
name = "buffer",
|
||||
option = {
|
||||
|
|
Loading…
Reference in New Issue