aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(fetch): set proper iwr header on Windows, reorder tool priority (#531)William Boman2022-10-092-75/+85
| | | | Old priority: platform specific > wget > curl New priority: curl > wget > platform specific
* feat(npm): speed up checking for new versions (#530)William Boman2022-10-093-21/+37
|
* feat(registry): add iferr tool for Go (#528)Fran Casas2022-10-093-1/+13
|
* feat(beautysh): add missing languages (#527)Kazi Sadman Ahmed2022-10-092-8/+7
|
* feat(registry): add beautysh formatter (#526)Jay Patel2022-10-093-1/+18
|
* feat(registry): add gersemi formatter (#525)Jay Patel2022-10-093-1/+18
|
* feat(registry): add api module (#524)William Boman2022-10-082-25/+37
|
* feat(registry): add pylama linter (#523)Kazi Sadman Ahmed2022-10-083-1/+13
|
* fix(dhall): new assets have capitalized naming (#520)kylo2522022-10-061-3/+3
|
* feat(github): use proxy API for fetching latest release (#521)William Boman2022-10-062-39/+23
| | | | | | | This uses a globally distributed, edge-cached, proxy [1] for a very common touchpoint with the GitHub API. This is already done for fetching the latest tag, now expanding to latest release as well. [1]: https://github.com/williamboman/github-api-proxy
* fix(pip3): expand python3_host_prog path (#519)William Boman2022-10-062-3/+14
| | | Fixes #505.
* feat: add gradle-language-server (#517)William Boman2022-10-063-0/+36
| | | Closes #422.
* fix(log): use "log" stdpath (#516)William Boman2022-10-061-1/+1
| | | Closes #430.
* feat: add setting to control PATH modification (#514)William Boman2022-10-062-29/+40
| | | Closes #509.
* refactor(cargo): utilize optional chaining (#513)William Boman2022-10-051-9/+10
|
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-057-57/+175
| | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates.
* chore: update generated code (#507)williambotman[bot]2022-10-042-2/+2
|
* feat: add gotestsum (#506)Seth Daniel2022-10-033-1/+17
|
* chore: update generated code (#504)williambotman[bot]2022-10-032-1/+4
|
* feat: add erg-language-server (#503)takuto2022-10-033-0/+47
|
* feat(std): attempt gzip on windows (#501)William Boman2022-10-032-12/+20
| | | Closes #498.
* feat: add move-analyzer (#499)Michael2022-10-023-0/+16
|
* feat: add pyre linter (#495)Michael2022-10-023-1/+13
| | | Closes #456.
* feat(elixir-ls): link elixir-ls-debugger executable (#496)Slotos2022-10-021-0/+1
|
* chore: update generated code (#497)williambotman[bot]2022-10-021-1/+1
|
* fix(shfmt, yamlfmt): fix windows detection (#492)William Boman2022-10-012-2/+2
| | | Closes #489.
* feat: add remark-cli (#486)Dan Sully2022-10-013-1/+13
|
* chore: update generated code (#490)williambotman[bot]2022-10-011-1/+1
|
* feat: add java-debug-adapter and java-test (#482)lvimuser2022-09-304-1/+65
|
* chore: update generated code (#485)williambotman[bot]2022-09-301-1/+1
|
* chore: update generated code (#481)williambotman[bot]2022-09-291-1/+1
|
* refactor(platform): more functional approach to parsing (#479)William Boman2022-09-293-49/+46
|
* feat(verible): add support for CentOS 7.9 (#471)Nikhil Jha2022-09-282-13/+42
|
* feat(stylua): add arm64 Linux support (#477)WJH2022-09-281-1/+2
|
* chore: update generated code (#476)williambotman[bot]2022-09-283-3/+3
|
* feat(gh): set CLICOLOR_FORCE=0 (#474)William Boman2022-09-281-1/+1
| | | Closes #459.
* feat(yamlfmt): use the pre-built binary package (#473)Seth Daniel2022-09-281-2/+26
| | | This no longer requires 'go' to build.
* feat(shfmt): use pre-built binaries (#472)Seth Daniel2022-09-271-2/+24
| | | This no longer requires 'go' to install.
* chore: update generated code (#470)williambotman[bot]2022-09-271-1/+1
|
* feat: add solidity-ls (#466)Ali Shahid2022-09-273-1/+13
|
* fix(spectral-language-server): build directly from source (#464)William Boman2022-09-262-3/+19
| | | | | | | The npm package is an unofficial one, and it seems to be relying on a build script (broken) to execute during installation, instead of pre-packaging it. Fixes #463.
* chore: update generated code (#461)williambotman[bot]2022-09-243-3/+3
|
* chore: update generated code (#460)williambotman[bot]2022-09-232-2/+2
|
* chore: upgrade stylua to 0.15.0 (#454)William Boman2022-09-221-21/+17
|
* feat: add js-debug-adapter (#442)Hollis Wu2022-09-213-2/+30
|
* feat(gem): ensure bin path exist when linking (#449)William Boman2022-09-201-0/+4
|
* feat: add ruby-lsp (#446)Jay Patel2022-09-203-1/+13
| | | Closes #276.
* chore: update generated code (#447)williambotman[bot]2022-09-203-3/+3
|
* chore: update generated code (#439)williambotman[bot]2022-09-191-1/+1
|
* feat: more competent platform detection (#436)William Boman2022-09-1718-102/+116
|