diff --git a/README.md b/README.md index bb7d464e..b229907e 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/doc/codecompanion.txt b/doc/codecompanion.txt index 1d35d1c5..ca4bc9cc 100644 --- a/doc/codecompanion.txt +++ b/doc/codecompanion.txt @@ -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* @@ -450,12 +450,12 @@ PROMPT LIBRARY ~ The plugin comes with a number of pre-built prompts. As per the config , -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 . -Of course, you can create your own prompts and add them to the Action Palette. -Please see the RECIPES 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 guide for more information. **Using Keymaps**