From cc2e8efb348f334af0bd185e44ba87e8056f2449 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Mar 2024 11:30:40 +0100 Subject: fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex command --- hm/soispha/conf/nvim/plgs/vim-tex/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; }; }; -- cgit 1.4.1