mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate docs
This commit is contained in:
parent
3d77e4514e
commit
b087c94ed9
|
@ -35,20 +35,6 @@ sidebar_position: 5
|
||||||
-- increase downloads a lot.
|
-- increase downloads a lot.
|
||||||
filter = true,
|
filter = true,
|
||||||
},
|
},
|
||||||
pkg = {
|
|
||||||
enabled = true,
|
|
||||||
cache = vim.fn.stdpath("state") .. "/lazy/pkg-cache.lua",
|
|
||||||
versions = true, -- Honor versions in pkg sources
|
|
||||||
sources = {
|
|
||||||
"lazy",
|
|
||||||
"rockspec",
|
|
||||||
"packspec",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
rocks = {
|
|
||||||
root = vim.fn.stdpath("data") .. "/lazy-rocks",
|
|
||||||
server = "https://nvim-neorocks.github.io/rocks-binaries/",
|
|
||||||
},
|
|
||||||
dev = {
|
dev = {
|
||||||
---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects
|
---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects
|
||||||
path = "~/projects",
|
path = "~/projects",
|
||||||
|
|
|
@ -35,7 +35,7 @@ Any operation can be started from the UI, with a sub command or an API function:
|
||||||
<!-- commands:start -->
|
<!-- commands:start -->
|
||||||
|
|
||||||
| Command | Lua | Description |
|
| Command | Lua | Description |
|
||||||
| ------------------------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| --- | --- | --- |
|
||||||
| `:Lazy build {plugins}` | `require("lazy").build(opts)` | Rebuild a plugin |
|
| `:Lazy build {plugins}` | `require("lazy").build(opts)` | Rebuild a plugin |
|
||||||
| `:Lazy check [plugins]` | `require("lazy").check(opts?)` | Check for updates and show the log (git fetch) |
|
| `:Lazy check [plugins]` | `require("lazy").check(opts?)` | Check for updates and show the log (git fetch) |
|
||||||
| `:Lazy clean [plugins]` | `require("lazy").clean(opts?)` | Clean plugins that are no longer needed |
|
| `:Lazy clean [plugins]` | `require("lazy").clean(opts?)` | Clean plugins that are no longer needed |
|
||||||
|
|
Loading…
Reference in New Issue