From 15ddd0218bfe12ca262d3b4dfe74711ebbc7d6b7 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 1 Jan 2023 17:07:47 +0100 Subject: [PATCH] fix plugin module --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 7e84b2e..bc1d738 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -1,4 +1,4 @@ -require("lazy").setup("config.plugins", +require("lazy").setup("plugins", { defaults = { lazy = true }, checker = { enabled = false },