diff --git a/config/plugins/utils/vimtex.nix b/config/plugins/utils/vimtex.nix index 7e5a9ed..0bca189 100644 --- a/config/plugins/utils/vimtex.nix +++ b/config/plugins/utils/vimtex.nix @@ -1,6 +1,9 @@ -{ ... }: { +{ pkgs, ... }: { plugins.vimtex = { enable = true; + texlivePackage = pkgs.texliveFull; + + # Settings for the VimTeX plugin settings = { view_method = "zathura"; };