mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
empty = {
|
||||
# texpresso is broken on darwin
|
||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
||||
# FIXME: texpresso is broken upstream
|
||||
plugins.texpresso.enable = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user