mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
81ee02b8f6
commit
8baedf2cd2
|
@ -534,7 +534,7 @@ function:
|
|||
│:Lazy load {plugins} │require("lazy").load(opts) │Load a plugin that has not been loaded yet. Similar to :packadd. Like :Lazy load foo.nvim │
|
||||
│:Lazy log [plugins] │require("lazy").log(opts?) │Show recent updates │
|
||||
│:Lazy profile │require("lazy").profile() │Show detailed profiling │
|
||||
│:Lazy restore [plugins] │require("lazy").restore(opts?) │Updates all plugins to the state in the lockfile │
|
||||
│:Lazy restore [plugins] │require("lazy").restore(opts?) │Updates all plugins to the state in the lockfile. For a single plugin: restore it to the state in the lockfile or to a given commit under the cursor│
|
||||
│:Lazy sync [plugins] │require("lazy").sync(opts?) │Run install, clean and update │
|
||||
│:Lazy update [plugins] │require("lazy").update(opts?) │Update plugins. This will also update the lockfile │
|
||||
|
||||
|
@ -542,7 +542,7 @@ function:
|
|||
Any command can have a **bang** to make the command wait till it finished. For
|
||||
example, if you want to sync lazy from the cmdline, you can use:
|
||||
|
||||
>lua
|
||||
>shell
|
||||
$ nvim --headless "+Lazy! sync" +qa
|
||||
<
|
||||
|
||||
|
|
Loading…
Reference in New Issue