From 0b15a07b817324f09616345a65373445a97b5c17 Mon Sep 17 00:00:00 2001 From: George Harker Date: Tue, 28 Oct 2025 19:19:34 -0700 Subject: [PATCH] fix compile issue --- lua/nvim-treesitter/parsers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 70c0768ba..4d4809c1f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2705,7 +2705,6 @@ return { }, zsh = { install_info = { - location = 'tree-sitter-zsh', revision = '22b98da6118d4800629103a408a9925aab616760', url = 'https://github.com/georgeharker/tree-sitter-zsh', },