From 807a9884edad7610c7b6cfc90d70944e0b13c26f Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 24 Sep 2023 22:47:55 +0530 Subject: [PATCH] fix: lock the treesitter since there is some bug on the latest commit --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index c261bd8..817f7c5 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,6 +1,7 @@ return { { "nvim-treesitter/nvim-treesitter", + commit = "b6492f41c46d9c3bc3550ecfb10c3f261e73cba6", build = ":TSUpdate", version = false, event = {