vimtex set package

This commit is contained in:
♥ Minnie ♥ 2025-07-09 03:34:48 +08:00
parent b4c2763ebb
commit 5d15d23276
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,6 +1,9 @@
{ ... }: { { pkgs, ... }: {
plugins.vimtex = { plugins.vimtex = {
enable = true; enable = true;
texlivePackage = pkgs.texliveFull;
# Settings for the VimTeX plugin
settings = { settings = {
view_method = "zathura"; view_method = "zathura";
}; };