Skip to content

Commit 01bb9b6

Browse files
chore(build): auto-generate docs
1 parent ebf25f5 commit 01bb9b6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/extras/ai/copilot.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ opts = {}
178178

179179
</Tabs>
180180

181-
## [blink-cmp-copilot](https://github.com/giuxtaposition/blink-cmp-copilot)
181+
## [blink-copilot](https://github.com/fang2hou/blink-copilot)
182182

183183
<Tabs>
184184

@@ -194,7 +194,7 @@ opts = nil
194194
<TabItem value="code" label="Full Spec">
195195

196196
```lua
197-
{ "giuxtaposition/blink-cmp-copilot" }
197+
{ "fang2hou/blink-copilot" }
198198
```
199199

200200
</TabItem>
@@ -367,8 +367,7 @@ opts = {
367367
providers = {
368368
copilot = {
369369
name = "copilot",
370-
module = "blink-cmp-copilot",
371-
kind = "Copilot",
370+
module = "blink-copilot",
372371
score_offset = 100,
373372
async = true,
374373
},
@@ -386,15 +385,14 @@ opts = {
386385
{
387386
"saghen/blink.cmp",
388387
optional = true,
389-
dependencies = { "giuxtaposition/blink-cmp-copilot" },
388+
dependencies = { "fang2hou/blink-copilot" },
390389
opts = {
391390
sources = {
392391
default = { "copilot" },
393392
providers = {
394393
copilot = {
395394
name = "copilot",
396-
module = "blink-cmp-copilot",
397-
kind = "Copilot",
395+
module = "blink-copilot",
398396
score_offset = 100,
399397
async = true,
400398
},

0 commit comments

Comments
 (0)