From 87e81a657267affdd119ba6efa75017d1721c215 Mon Sep 17 00:00:00 2001 From: Manuel Transfeld Date: Sat, 5 Jul 2025 00:36:17 +0200 Subject: [PATCH] plugins/codecompanion: correct option description --- plugins/by-name/codecompanion/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/by-name/codecompanion/default.nix b/plugins/by-name/codecompanion/default.nix index 6a827040..e6db8bdf 100644 --- a/plugins/by-name/codecompanion/default.nix +++ b/plugins/by-name/codecompanion/default.nix @@ -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. ''; };