diff --git a/init.lua b/init.lua index 72890326..781fd6e0 100644 --- a/init.lua +++ b/init.lua @@ -186,7 +186,7 @@ require('lazy').setup({ -- -- 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' }, + -- { import = 'custom.plugins' }, }, {}) -- [[ Setting options ]]