From 3ab219c24325e7918273f5d3209daa5f3ee7df07 Mon Sep 17 00:00:00 2001 From: emiliano <1395329+componhead@users.noreply.github.com> Date: Thu, 20 Jul 2023 19:08:51 +0200 Subject: [PATCH] Update init.lua source custom plugins folder --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 859d9d2a..94238857 100644 --- a/init.lua +++ b/init.lua @@ -203,7 +203,7 @@ require('lazy').setup({ -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, {}) -- [[ Setting options ]]