plugins/codecompanion: correct option description

This commit is contained in:
Manuel Transfeld 2025-07-05 00:36:17 +02:00 committed by Matt Sturgeon
parent 8c5257088b
commit 87e81a6572

View file

@ -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 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. 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. guide for more information.
''; '';
}; };