From 905e873d316801ba7906715bc1af63d16c3c8142 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 10 Apr 2024 22:21:41 +0200 Subject: [PATCH] Disable treesitter-context for now, not sure it I like it or not --- nvim/lua/plugs/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugs/treesitter.lua b/nvim/lua/plugs/treesitter.lua index 5339660..d62e5a8 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -3,7 +3,7 @@ return { event = { "BufReadPre", "BufNewFile" }, build = ":TSUpdate", dependencies = { - "nvim-treesitter/nvim-treesitter-context", + -- "nvim-treesitter/nvim-treesitter-context", "nvim-treesitter/nvim-treesitter-textobjects", }, config = function()