This commit is contained in:
Christian Nieves
2023-10-12 20:34:41 +00:00
parent 35d0bea232
commit 285e11f7dd
3 changed files with 3 additions and 8 deletions

View File

@ -61,13 +61,13 @@ return {
{ name = "emoji" },
{ name = "async_path" },
{ name = "spell" },
{ name = "buffer", option = { keyword_pattern = [[\k\+]] }, priority = 1 },
-- { name = "buffer", option = { keyword_pattern = [[\k\+]] }, priority = 1 },
-- { name = "buffer-lines" },
})
if use_google() then
table.insert(conditionalSources, { name = "analysislsp", priority = 5 })
table.insert(conditionalSources, { name = "nvim_ciderlsp", priority = 9 })
table.insert(conditionalSources, { name = "nvim_ciderlsp", priority = 8 })
else
table.insert(conditionalSources, { name = "cmp_tabnine", priority = 9 })
end