From 7fa77fbfbfc4ac0a67df90b9e61ac55d5e893ef5 Mon Sep 17 00:00:00 2001 From: Ya Zhuang <499038+zhuangya@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:50:35 +0800 Subject: [PATCH] fix typo (#394) --- lua/plugin_specs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index b5d64b3..475006c 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -52,7 +52,7 @@ local plugin_specs = { config = function() require("config.glance") end, - envnt = "VeryLazy", + event = "VeryLazy", }, { "nvim-treesitter/nvim-treesitter",