chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-19 14:23:42 +00:00
parent 5ed9855d1c
commit 706fe6f9c5
1 changed files with 14 additions and 14 deletions

View File

@ -369,20 +369,20 @@ You can manage all your plugins with the main `:Lazy` command. Alternatively
you can start any operation with a specific command, sub command or API
function:
Command │ Lua │Key Mapping│ Description │
│:Lazy home │require("lazy").home() │<H> │Go back to plugin list │
│:Lazy install │require("lazy").install() │<I> │Install missing plugins │
│:Lazy update │require("lazy").update() │<U> │Update all plugins. This will also update the lockfile │
│:Lazy sync │require("lazy").sync() │<S> │Run install, clean and update │
│:Lazy clean │require("lazy").clean() │<X> │Clean plugins that are no longer needed │
│:Lazy check │require("lazy").check() │<C> │Check for updates and show the log (git fetch) │
│:Lazy log │require("lazy").log() │<L> │Show recent updates for all plugins │
│:Lazy restore │require("lazy").restore() │<R> │Updates all plugins to the state in the lockfile │
│:Lazy profile │require("lazy").profile() │<P> │Show detailed profiling │
│:Lazy debug │require("lazy").debug() │<D> │Show debug information │
│:Lazy help │require("lazy").help() │<?> │Toggle this help page │
│:Lazy clear │require("lazy").clear() │Clear finished tasks │
│:Lazy load │require("lazy").load() │Load a plugin that has not been loaded yet. Similar to :packadd. Like :Lazy load foo.nvim │
Command │ Lua │ Description │
│:Lazy home │require("lazy").home() │Go back to plugin list │
│:Lazy install [plugins] │require("lazy").install(plugins?) │Install missing plugins │
│:Lazy update [plugins] │require("lazy").update(plugins?) │Update all plugins. This will also update the lockfile │
│:Lazy sync │require("lazy").sync() │Run install, clean and update │
│:Lazy clean [plugins] │require("lazy").clean(plugins?) │Clean plugins that are no longer needed │
│:Lazy check [plugins] │require("lazy").check(plugins?) │Check for updates and show the log (git fetch) │
│:Lazy log [plugins] │require("lazy").log(plugins?) │Show recent updates for all plugins │
│:Lazy restore [plugins] │require("lazy").restore(plugins?) │Updates all plugins to the state in the lockfile │
│:Lazy profile │require("lazy").profile() │Show detailed profiling │
│:Lazy debug │require("lazy").debug() │Show debug information │
│:Lazy help │require("lazy").help() │Toggle this help page │
│:Lazy clear │require("lazy").clear() │Clear finished tasks │
│:Lazy load {plugins} │require("lazy").load(plugins) │Load a plugin that has not been loaded yet. Similar to :packadd. Like :Lazy load foo.nvim │
LOCKFILE `LAZY-LOCK.JSON` *lazy.nvim-lockfile-`lazy-lock.json`*