feat(blink): boost results from ai providers and enable async, to get much faster completions

This commit is contained in:
Folke Lemaitre 2024-12-15 18:33:50 +01:00
parent ef9102677f
commit 6bc56e4e81
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 23 additions and 3 deletions

View file

@ -41,7 +41,13 @@ return {
opts = {
sources = {
compat = { "cmp_tabnine" },
providers = { cmp_tabnine = { kind = "TabNine" } },
providers = {
cmp_tabnine = {
kind = "TabNine",
score_offset = 100,
async = true,
},
},
},
},
},