From 976c37462436ada5ea2239430a1e5bb2ce52944a Mon Sep 17 00:00:00 2001 From: Frank Roeder Date: Wed, 11 Sep 2024 15:09:16 +0200 Subject: [PATCH] docs: update parrot demos in readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 44df1df..cc9d522 100644 --- a/README.md +++ b/README.md @@ -44,21 +44,21 @@ While this project is still under development, a substantial part of the code is Seamlessly switch between providers and models.
- +
--- Trigger code completions based on comments.
- +
--- Let the parrot fix your bugs.
- +
--- @@ -66,7 +66,7 @@ Let the parrot fix your bugs.
Rewrite a visual selection with `PrtRewrite`.
- +
@@ -75,7 +75,7 @@ Let the parrot fix your bugs.
Append code with the visual selection as context with `PrtAppend`.
- +
@@ -84,14 +84,14 @@ Let the parrot fix your bugs.
Add comments to a function with `PrtPrepend`.
- +
Retry your latest rewrite, append or prepend with `PrtRetry`.
- +
@@ -363,21 +363,21 @@ to consider a visual selection within an API request.
With `user_input_ui = "native"`, use `vim.ui.input` as slim input interface.
- +
With `user_input_ui = "buffer"`, your input is simply a buffer. All of the content is passed to the API when closed.
- +
The spinner is a useful indicator for providers that take longer to respond.
- +