From 276d94294bf1a7a411803d1b7b2d5a124929775b Mon Sep 17 00:00:00 2001 From: Keagan Smith Date: Thu, 17 Jul 2025 04:07:05 +1000 Subject: [PATCH] fix(ipkg) ipkg no longer exists and causes error when installing --- lockfile.json | 3 --- lua/nvim-treesitter/parsers.lua | 14 +++++++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/lockfile.json b/lockfile.json index 3f87966c6..f1296611d 100644 --- a/lockfile.json +++ b/lockfile.json @@ -374,9 +374,6 @@ "inko": { "revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686" }, - "ipkg": { - "revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960" - }, "ispc": { "revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04" }, diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 31b691209..c2ed1966b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1109,13 +1109,13 @@ list.inko = { maintainers = { "@yorickpeterse" }, } -list.ipkg = { - install_info = { - url = "https://github.com/srghma/tree-sitter-ipkg", - files = { "src/parser.c", "src/scanner.c" }, - }, - maintainers = { "@srghma" }, -} +-- list.ipkg = { +-- install_info = { +-- url = "https://github.com/srghma/tree-sitter-ipkg", +-- files = { "src/parser.c", "src/scanner.c" }, +-- }, +-- maintainers = { "@srghma" }, +-- } list.ispc = { install_info = {