This commit is contained in:
Arvin Verain 2025-06-02 03:26:09 +00:00 committed by GitHub
commit d2f843558e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,6 +267,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`.
--