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.
init
1 parent 3338d39 commit ad50cccCopy full SHA for ad50ccc
init.lua
@@ -267,6 +267,10 @@ require('lazy').setup({
267
-- end,
268
-- }
269
--
270
+ -- For plugins written in VimScript, use `init = function() ... end` to set
271
+ -- configuration options, usually in the format `vim.g.*`. This can also
272
+ -- contain conditionals or any other setup logic you need for the plugin.
273
+ --
274
-- Here is a more advanced example where we pass configuration
275
-- options to `gitsigns.nvim`.
276
0 commit comments