mirror of https://github.com/folke/lazy.nvim.git
docs: added note on package order
This commit is contained in:
parent
20b89c311b
commit
47859870ce
|
@ -9,6 +9,9 @@ sidebar_position: 4
|
||||||
- **Rockspec**: [luarocks](https://luarocks.org/) `*-scm-1.rockspec` [file](https://github.com/luarocks/luarocks/wiki/Rockspec-format)
|
- **Rockspec**: [luarocks](https://luarocks.org/) `*-scm-1.rockspec` [file](https://github.com/luarocks/luarocks/wiki/Rockspec-format)
|
||||||
- **Packspec**: `pkg.json` (experimental, since the [format](https://github.com/neovim/packspec/issues/41) is not quite there yet)
|
- **Packspec**: `pkg.json` (experimental, since the [format](https://github.com/neovim/packspec/issues/41) is not quite there yet)
|
||||||
|
|
||||||
|
You can enable/disable package sources with [`config.pkg.sources`](/configuration).
|
||||||
|
The order of sources is important, as the first source that finds a package will be used.
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
||||||
Package specs are always loaded in the scope of the plugin (using [specs](/spec#advanced)),
|
Package specs are always loaded in the scope of the plugin (using [specs](/spec#advanced)),
|
||||||
|
|
Loading…
Reference in New Issue