mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-13 22:12:47 +01:00
6 lines
124 B
Nix
6 lines
124 B
Nix
{pkgs, ...}: {
|
|
empty = {
|
|
# texpresso is broken on darwin
|
|
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
|
};
|
|
}
|