mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 00:51:05 +01:00
tests/plugins/codecompanion: disable runNvim as the plugin emits a warning
https://github.com/olimorris/codecompanion.nvim/pull/2439
This commit is contained in:
parent
8d0d66cdd3
commit
f775c1e0b4
1 changed files with 6 additions and 0 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
|
# 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 = {
|
empty = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins.codecompanion.enable = true;
|
plugins.codecompanion.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins.codecompanion = {
|
plugins.codecompanion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -944,6 +949,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins.codecompanion = {
|
plugins.codecompanion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue