|
1 | | ----@mod rocks-commands rocks.nvim commands |
| 1 | +---@mod lux-commands lux.nvim commands |
2 | 2 | --- |
3 | 3 | ---@brief [[ |
4 | 4 | --- |
|
7 | 7 | --- command action |
8 | 8 | --------------------------------------------------------------------------------- |
9 | 9 | --- |
10 | | ---- install {rock} {version?} {args[]?} Install {rock} with optional {version} and optional {args[]}. |
11 | | ---- Example: ':Lux install neorg 8.0.0 opt=true' |
12 | | ---- Will install or update to the latest version if called |
13 | | ---- without {version}. |
14 | | ---- args (optional): |
15 | | ---- - opt={true|false} |
16 | | ---- Rocks that have been installed with 'opt=true' |
17 | | ---- can be sourced with |packadd|. |
18 | | ---- - pin={true|false} |
19 | | ---- Rocks that have been installed with 'pin=true' |
20 | | ---- will be ignored by ':Lux update'. |
21 | | ---- Use 'Rocks! install ...' to skip prompts. |
22 | | ---- prune {rock} Uninstall {rock} and its stale dependencies, |
23 | | ---- and remove it from rocks.toml. |
24 | | ---- sync Synchronize installed rocks with rocks.toml. |
25 | | ---- It may take more than one sync to prune all rocks that can be pruned. |
26 | | ---- update {rock?} Search for updated rocks and install them. |
27 | | ---- If called with the optional {rock} argument, only {rock} |
28 | | ---- will be updated. |
29 | | ---- Use 'Rocks! update` to skip prompts. |
30 | | ---- with breaking changes. |
31 | | ---- edit Edit the rocks.toml file. |
32 | | ---- pin {rock} Pin {rock} to the installed version. |
33 | | ---- Pinned rocks are ignored by ':Lux update'. |
34 | | ---- unpin {rock} Unpin {rock}. |
35 | | ---- log Open the log file. |
| 10 | +--- install {package} {version?} {args[]?} Install {package} with optional {version} and optional {args[]}. |
| 11 | +--- Example: ':Lux install neorg 8.0.0 opt=true' |
| 12 | +--- Will install or update to the latest version if called |
| 13 | +--- without {version}. |
| 14 | +--- args (optional): |
| 15 | +--- - opt={true|false} |
| 16 | +--- Packages that have been installed with 'opt=true' |
| 17 | +--- can be sourced with |packadd|. |
| 18 | +--- - pin={true|false} |
| 19 | +--- Packages that have been installed with 'pin=true' |
| 20 | +--- will be ignored by ':Lux update'. |
| 21 | +--- Use 'Lux! install ...' to skip prompts. |
| 22 | +--- prune {package} Uninstall {package} and its stale dependencies, |
| 23 | +--- and remove it from lux.toml. |
| 24 | +--- sync Synchronize installed packages with lux.toml. |
| 25 | +--- It may take more than one sync to prune all packages that can be pruned. |
| 26 | +--- update {package?} Search for updated packages and install them. |
| 27 | +--- If called with the optional {packages} argument, only {packages} |
| 28 | +--- will be updated. |
| 29 | +--- Use 'Lux! update` to skip prompts. |
| 30 | +--- with breaking changes. |
| 31 | +--- edit Edit the lux.toml file. |
| 32 | +--- pin {package} Pin {package} to the installed version. |
| 33 | +--- Pinned packages are ignored by ':Lux update'. |
| 34 | +--- unpin {package} Unpin {package}. |
| 35 | +--- log Open the log file. |
36 | 36 | --- |
37 | 37 | ---@brief ]] |
38 | 38 | --- |
|
0 commit comments