temporarily pin nvim-treesitter to master branch
closes #3368, will move to main this weekend
This commit is contained in:
@@ -137,8 +137,8 @@ return {
|
||||
"hrsh7th/cmp-nvim-lua",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"https://codeberg.org/FelipeLema/cmp-async-path.git"
|
||||
}
|
||||
"https://codeberg.org/FelipeLema/cmp-async-path.git",
|
||||
},
|
||||
},
|
||||
opts = function()
|
||||
return require "nvchad.configs.cmp"
|
||||
@@ -156,6 +156,7 @@ return {
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
branch = "master",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSModuleInfo" },
|
||||
build = ":TSUpdate",
|
||||
|
||||
Reference in New Issue
Block a user