From d38af69f0fdde201b33cd1586d009a5ce110f2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salih=20TA=C5=9EDELEN?= Date: Tue, 31 Mar 2026 13:30:16 +0300 Subject: [PATCH] Enable custom configs --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 981fe50d..591b825f 100644 --- a/init.lua +++ b/init.lua @@ -967,7 +967,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!