Skip to content

Commit fb09125

Browse files
authored
fix(ai): blink.cmp should be default completion plugin (#174)
1 parent d337535 commit fb09125

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/recipes

1 file changed

+2
-2
lines changed

src/content/docs/recipes/ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ These configurations set up the completion engines to look for a function stored
2626

2727
#### [blink.cmp](https://github.com/Saghen/blink.cmp) Integration
2828

29-
[blink.cmp](https://github.com/Saghen/blink.cmp) is another popular completion plugin. This configures the `<Tab>` key as described above:
29+
By default AstroNvim comes with [blink.cmp](https://github.com/Saghen/blink.cmp) for completion. This modifies the default configuration to set up the `<Tab>` key as described above:
3030

3131
```lua title="lua/plugins/cmp_ai.lua"
3232
return {
@@ -52,7 +52,7 @@ return {
5252

5353
#### [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) Integration
5454

55-
By default AstroNvim comes with [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) for completion. This modifies the default configuration to set up the `<Tab>` key as described above:
55+
[`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) is another popular completion plugin. This configures the `<Tab>` key as described above:
5656

5757
```lua title="lua/plugins/cmp_ai.lua"
5858
return {

0 commit comments

Comments
 (0)