From 0b851bff3e8cf6393566fbdd413fd85433075334 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 16 Jan 2025 10:45:30 -0800 Subject: [PATCH] pin treesitter-context for 0.9.5 compat --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 07872ef..bd282ee 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -48,6 +48,7 @@ require('lazy').setup({ 'nvim-treesitter/nvim-treesitter-context', dependencies = 'nvim-treesitter/nvim-treesitter', config = require('configs.treesitter-context'), + commit = '158377d700596367a91ea41818f76abdbf75a232', }, -- lsp