diff --git a/neovim/pkg.nix b/neovim/pkg.nix index d4730dc..09bf0a8 100644 --- a/neovim/pkg.nix +++ b/neovim/pkg.nix @@ -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"; }; };