diff --git a/init.lua b/init.lua index 507b2ee2..d6e9adbe 100644 --- a/init.lua +++ b/init.lua @@ -263,6 +263,10 @@ require('lazy').setup({ -- end, -- } -- + -- For plugins written in VimScript, use `init = function() ... end` to set + -- configuration options, usually in the format `vim.g.*`. This can also + -- contain conditionals or any other setup logic you need for the plugin. + -- -- Here is a more advanced example where we pass configuration -- options to `gitsigns.nvim`. --