From b2f724624c997a027275e2131bb72a5079dab050 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Fri, 18 Apr 2025 08:10:18 +0000 Subject: [PATCH] remove latex from treesitter, fails to install --- lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 475b1a4..7e046f1 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -5,7 +5,7 @@ return function() "css", "csv", "devicetree", "diff", "dockerfile", "git_config", "git_rebase", "gitattributes", "gitcommit", "go", "graphql", "hjson", "html", "htmldjango", "http", "ini", "java", "javascript", - "jsdoc", "json", "json5", "jsonc", "kconfig", "latex", "llvm", + "jsdoc", "json", "json5", "jsonc", "kconfig", "llvm", "lua", "luadoc", "make", "markdown", "markdown_inline", "mermaid", "nix", "passwd", "pem", "perl", "php", "php_only", "phpdoc", "pod", "printf", "promql", "properties", "python",