Skip to content

Commit 0a72de5

Browse files
committed
Update readme
1 parent d98149e commit 0a72de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ require("parrot").setup {
528528
## Completion
529529

530530
Instead of using the [template placeholders](#template-placeholders),
531-
`parrot.nvim` supports inline completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) for additional contexts:
531+
`parrot.nvim` supports inline completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
532+
and [blink.cmp](https://github.com/Saghen/blink.cmp/) for additional contexts:
532533

533534
- `@buffer:foo.txt` - Includes the content of the open buffer `foo.txt`
534535
- `@file:test.lua` - Includes the content of the file `test.lua`

0 commit comments

Comments
 (0)