diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4cf9e502..87acea60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,8 @@ [submodule "helix-syntax/languages/tree-sitter-nix"] path = helix-syntax/languages/tree-sitter-nix url = https://github.com/cstrahan/tree-sitter-nix + shallow = true +[submodule "helix-syntax/languages/tree-sitter-latex"] + path = helix-syntax/languages/tree-sitter-latex + url = https://github.com/latex-lsp/tree-sitter-latex + shallow = true |