From 55c3b55c39527467b02176452b3ce549605a01e9 Mon Sep 17 00:00:00 2001 From: montso Date: Sun, 7 Sep 2025 13:12:50 +0200 Subject: [PATCH] enable custom plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b98ffc61..ed464d6e 100644 --- a/init.lua +++ b/init.lua @@ -984,7 +984,7 @@ require('lazy').setup({ -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, -- -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec` -- Or use telescope!