mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Silence test warnings
This commit is contained in:
parent
b46f1dd5a2
commit
c0fc77b5ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue