mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
plugins/codecompanion: correct option description
This commit is contained in:
parent
8c5257088b
commit
87e81a6572
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
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](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/RECIPES.md)
|
||||
Please see the [Creating Prompts](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/extending/prompts.md)
|
||||
guide for more information.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue