1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 09:21:15 +01:00

Revert "tests/plugins/codecompanion: disable runNvim as the plugin emits a warning"

This reverts commit f775c1e0b4.
This commit is contained in:
Gaetan Lepage 2025-12-21 12:07:07 +01:00 committed by Gaétan Lepage
parent 710ade0177
commit ff9fdf402a

View file

@ -1,14 +1,9 @@
# 2025-12-02: set runNvim to false as the following warning is shown unconditionally:
# ERROR: [WARN] CodeCompanion.nvim will experience breaking changes soon. Pin to version v17.33.0 or earlier to avoid this.
# See: https://github.com/olimorris/codecompanion.nvim/pull/2439
{
empty = {
test.runNvim = false;
plugins.codecompanion.enable = true;
};
defaults = {
test.runNvim = false;
plugins.codecompanion = {
enable = true;
@ -949,7 +944,6 @@
};
example = {
test.runNvim = false;
plugins.codecompanion = {
enable = true;