From 82a1c1e251210f4805dec8f6d59a6ab2c6791334 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 29 Nov 2024 23:28:27 +0100 Subject: feat: split plugins.lua into manageable "chunks" --- lua/pml68/lazy.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/pml68/lazy.lua') diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua index 901d0b6..bf0e87d 100644 --- a/lua/pml68/lazy.lua +++ b/lua/pml68/lazy.lua @@ -11,9 +11,7 @@ if not vim.loop.fs_stat(lazypath) then end vim.opt.rtp:prepend(lazypath) -local plugins = require("pml68.plugins") - -require("lazy").setup(plugins, { +require("lazy").setup("pml68.plugins", { defaults = { lazy = true }, change_detection = { notify = false, -- cgit v1.2.3