mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests/plugins/nvim-osc52: use new test.checkWarnings
option
This commit is contained in:
parent
004181813f
commit
06419627e2
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins.nvim-osc52.enable = true;
|
||||
|
||||
# Hide warnings, since this plugin is deprecated
|
||||
warnings = pkgs.lib.mkForce [ ];
|
||||
test.checkWarnings = false;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
|
@ -22,6 +21,6 @@
|
|||
};
|
||||
|
||||
# Hide warnings, since this plugin is deprecated
|
||||
warnings = pkgs.lib.mkForce [ ];
|
||||
test.checkWarnings = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue