From b550a72fc5b8aac27c0d39be3900c1d4f6b1d3da Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Fri, 21 Feb 2025 11:39:02 +0000 Subject: [PATCH] Remove org from treesitter, its not available --- 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 e9247cf..475b1a4 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -7,7 +7,7 @@ return function() "hjson", "html", "htmldjango", "http", "ini", "java", "javascript", "jsdoc", "json", "json5", "jsonc", "kconfig", "latex", "llvm", "lua", "luadoc", "make", "markdown", "markdown_inline", "mermaid", - "nix", "org", "passwd", "pem", "perl", "php", "php_only", "phpdoc", + "nix", "passwd", "pem", "perl", "php", "php_only", "phpdoc", "pod", "printf", "promql", "properties", "python", "regex", "requirements", "ruby", "sql", "ssh_config", "strace", "terraform", "toml", "typescript", "vim", "vimdoc", "xml", "yaml",