From 396201fc4f5f8b7cde04a7e1b6c76b3e3c39325c Mon Sep 17 00:00:00 2001 From: blob42 Date: Fri, 10 Feb 2023 20:58:52 +0100 Subject: [PATCH] update nvim-treesitter --- lua/custom/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index ccfa72d..f5fef12 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -54,7 +54,7 @@ return { -- treesitter ["nvim-treesitter/nvim-treesitter"] = { -- {{{ - commit = "4f8b2480", -- pin to latest working commit + -- commit = "4f8b2480", -- pin to latest working commit -- custom config in chadrc -> custom.configs.treesitter setup = function() require("core.lazy_load").on_file_open "nvim-treesitter"