From 282a23f4469ee305e05ec7a108a728ee389d87fb 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 97d5451..27d9e7f 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,