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
This commit is contained in:
siduck 2024-01-19 22:25:26 +05:30
parent c80f3f0501
commit 282a23f446
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ local default_plugins = {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
tag = "v0.9.2",
init = function() init = function()
require("core.utils").lazy_load "nvim-treesitter" require("core.utils").lazy_load "nvim-treesitter"
end, end,