vimtex set package
This commit is contained in:
parent
b4c2763ebb
commit
5d15d23276
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue