From 4e9c8c72319f2948fed9d2b527714f6d2376fb91 Mon Sep 17 00:00:00 2001 From: siduck Date: Fri, 19 Jan 2024 22:25:26 +0530 Subject: [PATCH] lock nvim-treesitter to stable version there has been a breaking change with nvimtreesitter https://github.com/nvim-treesitter/nvim-treesitter/pull/5895 which needs renaming many of the hlgroups,its already done in the v3.0 branch of base46, cant directly merge to v2.0 so for a while you all will have to use the 0.9.2 version --- lua/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index e081ccf..638051e 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -73,6 +73,7 @@ local default_plugins = { { "nvim-treesitter/nvim-treesitter", + tag = "v0.9.2", init = function() require("core.utils").lazy_load "nvim-treesitter" end,