From 0b26fcff914f7414c0c93e7942288a49e5680775 Mon Sep 17 00:00:00 2001 From: xask00 Date: Fri, 1 Mar 2024 10:44:26 +0530 Subject: [PATCH] Enable custom plugins by default for lazy plugin manager --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9146b5f2..a8247ec6 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`