diff --git a/init.lua b/init.lua index e7e904b0..aebecc80 100644 --- a/init.lua +++ b/init.lua @@ -236,6 +236,7 @@ require('lazy').setup({ -- -- Use `opts = {}` to automatically pass options to a plugin's `setup()` function, forcing the plugin to be loaded. -- + -- Alternatively, use `config = function() ... end` for full control over the configuration. -- If you prefer to call `setup` explicitly, use: -- {