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