about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-30 11:30:40 +0100
committerSoispha <soispha@vhack.eu>2024-03-30 11:48:22 +0100
commitcc2e8efb348f334af0bd185e44ba87e8056f2449 (patch)
tree6c9f1da0a5fa62a0735901420d4b0bc3b5a4d2fa
parentrefactor(hm/conf/nvim): Use `opts` instead of `options` (diff)
downloadnixos-config-cc2e8efb348f334af0bd185e44ba87e8056f2449.tar.gz
nixos-config-cc2e8efb348f334af0bd185e44ba87e8056f2449.zip
fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex command
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/vim-tex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/vim-tex/default.nix b/hm/soispha/conf/nvim/plgs/vim-tex/default.nix
index ef7d8cf5..70ec7f5b 100644
--- a/hm/soispha/conf/nvim/plgs/vim-tex/default.nix
+++ b/hm/soispha/conf/nvim/plgs/vim-tex/default.nix
@@ -48,6 +48,7 @@
             "-file-line-error"
             "-synctex=0"
             "-interaction=nonstopmode"
+            "-outdir=build"
           ];
         };
       };