13 lines
215 B
Nix
Executable file
13 lines
215 B
Nix
Executable file
{ ... }:
|
|
{
|
|
programs.nixvim.plugins.vimtex = {
|
|
enable = true;
|
|
texlivePackage = null;
|
|
settings = {
|
|
compiler_method = "luatex";
|
|
view_method = "zathura";
|
|
quickfix_mode = 0;
|
|
};
|
|
};
|
|
}
|