From eb152b2087f8acf7f05ea06c7770301af42e3b64 Mon Sep 17 00:00:00 2001 From: Siddharth Reddy Thudi Date: Thu, 13 Apr 2023 04:23:26 -0400 Subject: [PATCH] Bug Fixed --- init.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 56975a67..2d85e866 100644 --- a/init.lua +++ b/init.lua @@ -181,10 +181,9 @@ require('lazy').setup({ -- up-to-date with whatever is in the kickstart repo. -- -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins - -- - -- An additional note is that if you only copied in the `init.lua`, you can just comment this line - -- to get rid of the warning telling you that there are not plugins in `lua/custom/plugins/`. - { import = 'custom.plugins' }, + -- To insall plugins in future, use the below line as syntax, replace custom.plugins with plugin your are + -- willing to install. As mentioned, for additional information, visit the github page mentioed above. + --{ import = 'custom.plugins' }, }, {}) -- [[ Setting options ]]