From e25019cf278f286edb32ee0fb1545715a4a96d77 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 4 Dec 2024 01:40:37 +0100 Subject: [PATCH] fix: oops nvim-treesitter-context --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index e4a874b..b2100ca 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -85,7 +85,7 @@ return { }, { - 'nvim-treesitter/nvim-treesitter', + 'nvim-treesitter/nvim-treesitter-context', config = function () require('treesitter-context').setup({ multiwindow = true,