mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-13 16:18:36 +00:00

* assistant/codecompanion-nvim: init * assistant/codecompanion-nvim: PR review revisions --------- Co-authored-by: raf <me@notashelf.dev>
7 lines
71 B
Nix
7 lines
71 B
Nix
{
|
|
imports = [
|
|
./chatgpt
|
|
./copilot
|
|
./codecompanion
|
|
];
|
|
}
|