feat: add latex language support
This commit is contained in:
parent
a2654d7fdd
commit
64a8b8cde2
@ -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
|
||||
|
6
pkgs/nvim/config/languages/latex/default.nix
Normal file
6
pkgs/nvim/config/languages/latex/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
plugins.vimtex = {
|
||||
enable = true;
|
||||
texlivePackage = null;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user