From 228502a3cefc9e78c9efc9d530be77db067db4f8 Mon Sep 17 00:00:00 2001 From: Stefan Boca Date: Mon, 2 Dec 2024 12:09:45 -0800 Subject: [PATCH] fix(extras.treesitter-context): change event back to `LazyFile` --- lua/lazyvim/plugins/extras/ui/treesitter-context.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/ui/treesitter-context.lua b/lua/lazyvim/plugins/extras/ui/treesitter-context.lua index ba9565a1..866e72f2 100644 --- a/lua/lazyvim/plugins/extras/ui/treesitter-context.lua +++ b/lua/lazyvim/plugins/extras/ui/treesitter-context.lua @@ -1,7 +1,7 @@ -- Show context of the current function return { "nvim-treesitter/nvim-treesitter-context", - event = "VeryLazy", + event = "LazyFile", opts = function() local tsc = require("treesitter-context") Snacks.toggle({