aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/sources/lua.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(registry): add .get_all_package_specs() (#1247)William Boman2023-04-221-0/+9
| | | | This is a faster method than .get_all_packages() due to the fact that it only loads package specifications without instantiating mason-core.package instances. Useful for situations where one only needs to read spec data.
* feat(registry): pcall require Lua registry packages (#1200)William Boman2023-04-081-1/+8
| | | | The index table may get out of date if a user updates the plugin version without restarting Neovim, causing the `require()` call to error (note, restarting Neovim after plugin updates is always a good idea).
* fix(sources): also set .desc property when updating spec (#1095)William Boman2023-03-141-0/+1
|
* feat: add github registry source capabilities (#1091)William Boman2023-03-121-3/+3
|
* feat(ui): display registries in help window (#1062)William Boman2023-03-051-0/+8
|
* tests: add LuaRegistrySource spec (#1027)William Boman2023-02-231-1/+4
|
* feat: configurable registries (#1016)William Boman2023-02-201-0/+43