From 0817d54d754e5f5a2c6c8b37eb7dd62fbbc83140 Mon Sep 17 00:00:00 2001 From: Mark <17348049+sockcrates@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:55:25 -0500 Subject: [PATCH] Import custom plugins dir --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1cb0f280..aa971a8b 100644 --- a/init.lua +++ b/init.lua @@ -266,7 +266,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 ]]