We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 200e0e6 + ad50ccc commit 992db9cCopy full SHA for 992db9c
init.lua
@@ -263,6 +263,10 @@ require('lazy').setup({
263
-- end,
264
-- }
265
--
266
+ -- For plugins written in VimScript, use `init = function() ... end` to set
267
+ -- configuration options, usually in the format `vim.g.*`. This can also
268
+ -- contain conditionals or any other setup logic you need for the plugin.
269
+ --
270
-- Here is a more advanced example where we pass configuration
271
-- options to `gitsigns.nvim`.
272
0 commit comments