From d830b744ecb63cdefa952b027e66b73459bb386b Mon Sep 17 00:00:00 2001 From: aryatsriv Date: Sat, 25 Jan 2025 00:42:15 +0530 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index dc85ebbd..fb9c8d72 100644 --- a/init.lua +++ b/init.lua @@ -942,7 +942,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!