We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98149e commit 0a72de5Copy full SHA for 0a72de5
README.md
@@ -528,7 +528,8 @@ require("parrot").setup {
528
## Completion
529
530
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:
+`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:
533
534
- `@buffer:foo.txt` - Includes the content of the open buffer `foo.txt`
535
- `@file:test.lua` - Includes the content of the file `test.lua`
0 commit comments