feat: add latex language support

This commit is contained in:
Michael Thomas 2024-09-06 14:14:30 -04:00
parent a2654d7fdd
commit 64a8b8cde2
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@
./languages/treesitter/treesitter-textobjects.nix
./languages/treesitter/ts-autotag.nix
./languages/treesitter/ts-context-commentstring.nix
./languages/latex
./lsp/conform.nix
./lsp/fidget.nix

View File

@ -0,0 +1,6 @@
{
plugins.vimtex = {
enable = true;
texlivePackage = null;
};
}