chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-22 22:09:14 +00:00
parent 81126403a8
commit e5dcc87149
1 changed files with 0 additions and 2 deletions

View File

@ -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
- it has an `event`, `cmd`, `ft` or `keys` key
- it defines an `init` method
- `config.defaults.lazy == true`
@ -284,7 +283,6 @@ EXAMPLES ~
{
"cshuaimin/ssr.nvim",
-- init is always executed during startup, but doesn't load the plugin yet.
-- init implies lazy loading
init = function()
vim.keymap.set({ "n", "x" }, "<leader>cR", function()
-- this require will automatically load the plugin