Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Oct 8, 2024
1 parent 3f6c54f commit 3658514
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ require("codecompanion").setup({

### :clipboard: Prompt Library

The plugin comes with a number of pre-built prompts. As per [the config](https://github.com/olimorris/codecompanion.nvim/blob/main/lua/codecompanion/config.lua), these can be called via keymaps or slash commands (via the inline assistant). These prompts have been carefully curated to mimic those in [GitHub's Copilot Chat](https://docs.github.com/en/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide). Of course, you can create your own prompts and add them to the Action Palette. Please see the [RECIPES](doc/RECIPES.md) guide for more information.
The plugin comes with a number of pre-built prompts. As per [the config](https://github.com/olimorris/codecompanion.nvim/blob/main/lua/codecompanion/config.lua), these can be called via keymaps or via the cmdline. These prompts have been carefully curated to mimic those in [GitHub's Copilot Chat](https://docs.github.com/en/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide). Of course, you can create your own prompts and add them to the Action Palette or even to the slash command completion menu in the chat buffer. Please see the [RECIPES](doc/RECIPES.md) guide for more information.

**Using Keymaps**

Expand Down
12 changes: 6 additions & 6 deletions doc/codecompanion.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*codecompanion.txt* For NVIM v0.10.0 Last change: 2024 October 07
*codecompanion.txt* For NVIM v0.10.0 Last change: 2024 October 08

==============================================================================
Table of Contents *codecompanion-table-of-contents*
Expand Down Expand Up @@ -450,12 +450,12 @@ PROMPT LIBRARY ~

The plugin comes with a number of pre-built prompts. As per the config
<https://github.com/olimorris/codecompanion.nvim/blob/main/lua/codecompanion/config.lua>,
these can be called via keymaps or slash commands (via the inline assistant).
These prompts have been carefully curated to mimic those in GitHub’s Copilot
Chat
these can be called via keymaps or via the cmdline. These prompts have been
carefully curated to mimic those in GitHub’s Copilot Chat
<https://docs.github.com/en/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide>.
Of course, you can create your own prompts and add them to the Action Palette.
Please see the RECIPES <doc/RECIPES.md> guide for more information.
Of course, you can create your own prompts and add them to the Action Palette
or even to the slash command completion menu in the chat buffer. Please see the
RECIPES <doc/RECIPES.md> guide for more information.

**Using Keymaps**

Expand Down

0 comments on commit 3658514

Please sign in to comment.