fix(nvim): vimtex setup

This commit is contained in:
Barrett Ruth 2026-02-16 14:25:20 -05:00
parent 965e074990
commit 730ec10e1c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 5 additions and 9 deletions

View file

@ -44,7 +44,7 @@ in
luarocks
tree-sitter
nixfmt-tree
(texlive.combine { inherit (texlive) scheme-small latexindent; })
(texlive.combine { inherit (texlive) scheme-small latexindent latexmk; })
];
programs.neovim = {