diff --git a/tests/test-sources/plugins/by-name/compiler/default.nix b/tests/test-sources/plugins/by-name/compiler/default.nix index 8f443893..0f6f94b8 100644 --- a/tests/test-sources/plugins/by-name/compiler/default.nix +++ b/tests/test-sources/plugins/by-name/compiler/default.nix @@ -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; }; }