fix(nvim): remove LSP keyword_length
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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…
x
Reference in New Issue
Block a user