This repository contains examples that demonstrates how to leverage the different registry protocols that mason.nvim
supports.
$ git submodule init
$ git submodule updateSee:
- File registries: For registries sourced locally from your file system.
- Lua registries: For registries sourced locally from your file system via Lua.
- GitHub registries: For registries sourced from registries hosted on GitHub.
Important
Examples in this repository rely on the v2.x branch of mason.nvim, which is bundled as a submodule in this
repository.