mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
This commit is contained in:
parent
a86d11507f
commit
e75f0aac90
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue