mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/vimtex: use package options for extraPackages
This commit is contained in:
parent
ff3fee3ae5
commit
9832cb86fb
2 changed files with 34 additions and 7 deletions
|
@ -69,4 +69,13 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.vimtex = disableTexlivePackageOnDarwin // {
|
||||
enable = true;
|
||||
xdotoolPackage = null;
|
||||
zathuraPackage = null;
|
||||
mupdfPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue