From fa57fe149003a69b7a55410d8ca1ba24b28f3fe4 Mon Sep 17 00:00:00 2001 From: David Drottson Date: Tue, 5 Mar 2024 13:48:48 +0100 Subject: [PATCH] feat: enable loading lua/custom/plugins/*.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 16d3c26b..3410acf7 100644 --- a/init.lua +++ b/init.lua @@ -814,7 +814,7 @@ require('lazy').setup { -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins` - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, } -- The line beneath this is called `modeline`. See `:help modeline`