Merge pull request #11 from rivenirvana/init-key-docs

docs: Add documentation for lazy's `init` key
pull/1627/head
Ori Perry 6 days ago committed by GitHub
commit 992db9c466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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`.
--

Loading…
Cancel
Save