mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/texpresso: re-enable test on darwin
This commit is contained in:
parent
2d4db5a41f
commit
d709c12cdd
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
# texpresso is broken on darwin
|
plugins.texpresso.enable = true;
|
||||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue