mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
tests/plugins/compiler: disable runNvim (unconditional warning)
https://github.com/stevearc/overseer.nvim/pull/448
This commit is contained in:
parent
0892bc7ce6
commit
c4caa5f75b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue