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