Merge ad50cccc28
into 3338d39206
This commit is contained in:
commit
d2f843558e
4
init.lua
4
init.lua
|
@ -267,6 +267,10 @@ require('lazy').setup({
|
||||||
-- end,
|
-- 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
|
-- Here is a more advanced example where we pass configuration
|
||||||
-- options to `gitsigns.nvim`.
|
-- options to `gitsigns.nvim`.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue