mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
||||
# texpresso is broken on darwin
|
||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
||||
plugins.texpresso.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue