latex lsp

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-29 21:57:55 +02:00
parent 6b9190b8e1
commit e07e98120a

View File

@@ -2,6 +2,7 @@
lib.mkIf (host != "NxACE") lib.mkIf (host != "NxACE")
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
texlab # LSP
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; }) (texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
]; ];
} }