|
@@ -133,7 +133,7 @@ return {
|
|
-- Treesitter
|
|
-- Treesitter
|
|
{
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"nvim-treesitter/nvim-treesitter",
|
|
- commit = commit.treesitter,
|
|
|
|
|
|
+ commit = commit.nvim_treesitter,
|
|
branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat",
|
|
branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat",
|
|
-- run = ":TSUpdate",
|
|
-- run = ":TSUpdate",
|
|
config = function()
|
|
config = function()
|