mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
81126403a8
commit
e5dcc87149
|
@ -159,7 +159,6 @@ Plugins will be lazy-loaded when one of the following is `true`:
|
||||||
|
|
||||||
- the plugin only exists as a dependency in your spec
|
- the plugin only exists as a dependency in your spec
|
||||||
- it has an `event`, `cmd`, `ft` or `keys` key
|
- it has an `event`, `cmd`, `ft` or `keys` key
|
||||||
- it defines an `init` method
|
|
||||||
- `config.defaults.lazy == true`
|
- `config.defaults.lazy == true`
|
||||||
|
|
||||||
|
|
||||||
|
@ -284,7 +283,6 @@ EXAMPLES ~
|
||||||
{
|
{
|
||||||
"cshuaimin/ssr.nvim",
|
"cshuaimin/ssr.nvim",
|
||||||
-- init is always executed during startup, but doesn't load the plugin yet.
|
-- init is always executed during startup, but doesn't load the plugin yet.
|
||||||
-- init implies lazy loading
|
|
||||||
init = function()
|
init = function()
|
||||||
vim.keymap.set({ "n", "x" }, "<leader>cR", function()
|
vim.keymap.set({ "n", "x" }, "<leader>cR", function()
|
||||||
-- this require will automatically load the plugin
|
-- this require will automatically load the plugin
|
||||||
|
|
Loading…
Reference in New Issue