From fc23221452e811235b9b2120749454f09119f78f Mon Sep 17 00:00:00 2001 From: Rofelson Date: Sun, 13 Aug 2023 04:19:54 +0000 Subject: [PATCH] import custom plugin path into init file --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1843e415..194c3d1e 100644 --- a/init.lua +++ b/init.lua @@ -220,7 +220,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 ]]