From fe74c49386de9f78e8a5d3421c26dc67daf23aaa Mon Sep 17 00:00:00 2001 From: Titus Moore Date: Mon, 24 Jul 2023 15:01:16 -0400 Subject: [PATCH] Re-enable custom plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 93066a9a..9b6cc998 100644 --- a/init.lua +++ b/init.lua @@ -209,7 +209,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 ]]