fix(extras.treesitter-context): change event back to LazyFile

This commit is contained in:
Stefan Boca 2024-12-02 12:09:45 -08:00
parent fefcda5431
commit 228502a3ce
No known key found for this signature in database

View file

@ -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({