aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: migrate fourmolu (#1125)William Boman2023-03-232-35/+0
| | | Closes #1053.
* chore: migrate js-debug-adapter (#1122)William Boman2023-03-232-30/+0
|
* fix(scripts): setup mason and init registries (#1124)William Boman2023-03-232-7/+6
|
* fix: mkdirp if stdpath("state" | "cache") doesn't exist (#1123)William Boman2023-03-231-1/+8
|
* chore: autogenerate (#1121)williambotman[bot]2023-03-231-1/+1
|
* fix(ui): remove new lines from spawn handle string (#1119)William Boman2023-03-221-1/+1
|
* chore: autogenerate (#1115)williambotman[bot]2023-03-201-1/+1
|
* chore: autogenerate (#1112)williambotman[bot]2023-03-191-1/+1
|
* feat: add github:mason-org/mason-registry as the secondary default registry ↵William Boman2023-03-191-0/+1
| | | | | | | | (#1111) The current, and henceforth deprecated, Lua-based package registry bundled with `mason.nvim` is still the primary registry. The [new registry](https://github.com/mason-org/mason-registry/) is being added now as a secondary registry to ensure a smooth roll-out. Over time, the Lua-based packages in `mason.nvim` will gradually be removed and replaced by packages provided by the new registry. This migration will be entirely seamless.
* feat: add openedge-language-server (#1108)Gilles Querret2023-03-183-0/+22
|
* chore: autogenerate (#1106)williambotman[bot]2023-03-171-1/+1
|
* chore: autogenerate (#1104)williambotman[bot]2023-03-161-1/+1
|
* chore: autogenerate (#1102)williambotman[bot]2023-03-151-1/+1
|
* feat: add registry.refresh() method (#1096)William Boman2023-03-146-16/+97
|
* fix(sources): also set .desc property when updating spec (#1095)William Boman2023-03-144-5/+13
|
* chore: autogenerate (#1093)williambotman[bot]2023-03-131-1/+1
|
* style: enforce import order (#1092)William Boman2023-03-12173-318/+318
| | | | | * chore(workflows): update dependencies * style: enforce import order
* feat: add github registry source capabilities (#1091)William Boman2023-03-1238-53/+2422
|
* feat(golangci-lint): support linux_arm64 (#1089)mmihira2023-03-101-0/+1
| | | Closes #1084.
* fix(js-debug-adapter): fix build script (#1088)William Boman2023-03-091-0/+1
|
* chore: autogenerate (#1083)williambotman[bot]2023-03-091-1/+1
|
* feat(registry): add clj-kondo (#1082)William Boman2023-03-093-2/+41
| | | Co-authored-by: Oliver Marshall <olivershawmarshall@gmail.com>
* chore(php-cs-fixer): use new PHP-CS-Fixer/PHP-CS-Fixer repo (#1078)ueaner2023-03-091-2/+2
|
* add bslint (#1070)Cason Adams2023-03-083-1/+13
| | | | | | | | | * add bslint * apply diff --------- Co-authored-by: williambotman[bot] <william+bot@redwill.se>
* chore: autogenerate (#1076)williambotman[bot]2023-03-071-1/+1
|
* fix: fix writing pyvenv module wrapper (#1073)William Boman2023-03-061-1/+1
| | | Closes #1071.
* chore: autogenerate (#1072)williambotman[bot]2023-03-062-2/+2
|
* chore(cmakelint): update languages (#1069)William Boman2023-03-052-3/+3
|
* feat(registry): add pyflakes (#1052)Егор Мартынов2023-03-053-1/+19
|
* chore: cmake-lint -> cmakelint (#1067)William Boman2023-03-053-3/+3
|
* feat(registry): add cmake-lint (#1050)Jay Patel2023-03-053-1/+13
| | | Closes #1006.
* feat(registry): add snakefmt (#1048)Noah Biederbeck2023-03-053-0/+13
|
* chore: autogenerate (#1065)williambotman[bot]2023-03-052-2/+2
|
* feat(ui): display registries in help window (#1062)William Boman2023-03-056-30/+47
|
* fix(package): emit registry event on abnormal failures (#1061)William Boman2023-03-051-0/+11
| | | Also display a more helpful error message in the UI, as well as terminating the handle if it's not yet terminated.
* refactor(package): lazy-require modules (#1060)William Boman2023-03-051-12/+6
| | | | The mason-core.package module is loaded whenever there's anything interfacing with Mason packages (i.e. pretty often). Some of the modules imported at the top-level is used pretty infrequently, so we lazily require these instead.
* feat: add semver module (#1058)William Boman2023-03-052-0/+223
| | | | | | | | | | This will be used to compare semver versions, for example: ```lua local v1 = try(semver.parse("1.0.0")) local v2 = try(semver.parse("v2.0.0")) local _ = v1 < v2 -- true ```
* refactor(powershell): remove .script and fix fast API error (#1057)William Boman2023-03-051-26/+14
| | | | Calling vim.fn.executable in the module scope has potential to error if the module is required outside of the main loop.
* refactor(expr): better handling of nil values (#1056)William Boman2023-03-051-16/+10
|
* feat(InstallContext): add strict_mode flag (#1055)William Boman2023-03-052-12/+44
| | | Also add some more ctx.fs methods.
* chore: autogenerate (#1051)williambotman[bot]2023-03-031-1/+1
|
* chore: autogenerate (#1044)williambotman[bot]2023-03-021-1/+1
|
* refactor: don't set MANPATH explicitly (#1042)William Boman2023-03-021-4/+0
| | | After reading through `manpath(1)` a bit more thoroughly, this should not be needed due to `PATH` already being set.
* feat: set $MASON and $MANPATH (#1041)William Boman2023-03-021-0/+5
|
* feat(pydocstyle): toml support (#1040)Gabriel B. Santos2023-02-281-1/+1
|
* chore: autogenerate (#1039)williambotman[bot]2023-02-281-1/+1
|
* chore: autogenerate (#1037)williambotman[bot]2023-02-271-1/+1
|
* chore: autogenerate (#1034)williambotman[bot]2023-02-261-1/+1
|
* refactor: simplify linker & receipt writing (#1033)William Boman2023-02-267-142/+152
|
* chore: autogenerate (#1028)williambotman[bot]2023-02-231-1/+1
|