mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/codecompanion: fix broken upstream link
This commit is contained in:
parent
9bc29e6a9b
commit
07b7f67aba
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
In CodeCompanion, adapters are interfaces that act as a bridge between the plugin's
|
In CodeCompanion, adapters are interfaces that act as a bridge between the plugin's
|
||||||
functionality and an LLM.
|
functionality and an LLM.
|
||||||
|
|
||||||
Refer to the [documentation](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/ADAPTERS.md)
|
Refer to the [documentation](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/configuration/adapters.md)
|
||||||
to learn about the adapters spec.
|
to learn about the adapters spec.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue