From 7bf3c2c465e4069b7e689de5068dbb534d5c46cf Mon Sep 17 00:00:00 2001 From: dlond Date: Thu, 29 May 2025 23:01:41 +1200 Subject: [PATCH] load custom plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 74a20fbe..29f39c87 100644 --- a/init.lua +++ b/init.lua @@ -949,7 +949,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!