mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
parent
ba2e2a1f69
commit
2d4db5a41f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
# FIXME: texpresso is broken upstream
|
# texpresso is broken on darwin
|
||||||
plugins.texpresso.enable = false;
|
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue