mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
plugins/nvim-osc52: hide warnings in tests
This commit is contained in:
parent
99f272d8c7
commit
b59fa976d0
1 changed files with 9 additions and 0 deletions
|
@ -1,10 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
plugins.nvim-osc52.enable = true;
|
||||
|
||||
# Hide warnings, since this plugin is deprecated
|
||||
warnings = pkgs.lib.mkForce [ ];
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.nvim-osc52 = {
|
||||
enable = true;
|
||||
|
||||
maxLength = 0;
|
||||
silent = false;
|
||||
trim = false;
|
||||
|
@ -14,5 +20,8 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Hide warnings, since this plugin is deprecated
|
||||
warnings = pkgs.lib.mkForce [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue