1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/plugins/compiler: disable runNvim (unconditional warning)

https://github.com/stevearc/overseer.nvim/pull/448
This commit is contained in:
Gaetan Lepage 2025-10-24 16:00:56 +02:00 committed by Gaétan Lepage
parent 0892bc7ce6
commit c4caa5f75b

View file

@ -1,5 +1,10 @@
{
empty = {
# TODO: shows a warning
# > ERROR: ATTN: overseer.nvim will experience breaking changes soon. Pin to version v1.6.0 or earlier to avoid disruption.
# > See: https://github.com/stevearc/overseer.nvim/pull/448
test.runNvim = false;
plugins.compiler.enable = true;
};
}