From f5e6162f9aef92c93d5e7fbb64599fb7d173411a Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Wed, 2 Aug 2023 00:09:37 +0200 Subject: [PATCH] Enable import of custom plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 87000a5e..808b3a24 100644 --- a/init.lua +++ b/init.lua @@ -282,7 +282,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 ]]