mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 15:30:15 -05:00
tests/texpresso: re-enable test on darwin
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
# texpresso is broken on darwin
|
||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
||||
plugins.texpresso.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user