temporarily pin nvim-treesitter to master branch

closes #3368, will move to main this weekend
This commit is contained in:
siduck
2025-12-15 06:53:13 +05:30
parent eb209a4a82
commit 30e75dbbdf
+3 -2
View File
@@ -137,8 +137,8 @@ return {
"hrsh7th/cmp-nvim-lua", "hrsh7th/cmp-nvim-lua",
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer", "hrsh7th/cmp-buffer",
"https://codeberg.org/FelipeLema/cmp-async-path.git" "https://codeberg.org/FelipeLema/cmp-async-path.git",
} },
}, },
opts = function() opts = function()
return require "nvchad.configs.cmp" return require "nvchad.configs.cmp"
@@ -156,6 +156,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
branch = "master",
event = { "BufReadPost", "BufNewFile" }, event = { "BufReadPost", "BufNewFile" },
cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSModuleInfo" }, cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSModuleInfo" },
build = ":TSUpdate", build = ":TSUpdate",