neovim: Silence test warnings

This commit is contained in:
traxys 2024-08-23 21:53:52 +02:00 committed by traxys
parent b46f1dd5a2
commit c0fc77b5ea

View file

@ -41,7 +41,7 @@
};
checks.launch = inputs.nixvim.lib.${system}.check.mkTestDerivationFromNvim {
nvim = self'.packages.neovimTraxys;
nvim = self'.packages.neovimTraxys.extend { test.checkWarnings = false; };
name = "Neovim configuration";
};
};