fix(nvim): remove LSP keyword_length
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2023-10-31 03:18:30 +01:00
parent 2340f9703a
commit aaa26a9bf3
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {