mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/plugins/texpresso: disable as the texpresso package is broken
This commit is contained in:
parent
9aa79e0eae
commit
35ec52f1d9
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.texpresso.enable = true;
|
||||
# TODO: added 2025-03-24
|
||||
# pkgs.texpresso is broken
|
||||
# https://github.com/NixOS/nixpkgs/issues/392649
|
||||
plugins.texpresso.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue