aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: update generated code (#575)williambotman[bot]2022-10-191-0/+1
|
* fix(goimports-reviser): use prebuilt github assets (#573)William Boman2022-10-181-2/+23
| | | Fixes #484.
* chore: update issue templates (#572)William Boman2022-10-186-113/+129
|
* chore: update generated code (#571)williambotman[bot]2022-10-182-1/+64
|
* refactor(notify): remove check for "nvim-notify" (#569)William Boman2022-10-171-8/+3
|
* feat(registry): add dprint formatter (#562)Silas Groh2022-10-172-0/+32
|
* feat(registry): add commitlint (#564)Dan Sully2022-10-173-1/+19
|
* feat(registry): add jsonlint tool for JSON (#565)Afranio Martins2022-10-173-1/+15
|
* feat: reduce some package sizes (#567)William Boman2022-10-173-5/+4
|
* chore: update generated code (#560)williambotman[bot]2022-10-161-1/+1
|
* chore: update generated code (#557)williambotman[bot]2022-10-152-1/+2
|
* feat(api): add typed client interface (#556)William Boman2022-10-144-6/+60
|
* feat(lemmy-help): use prebuilt binaries from release assets (#555)William Boman2022-10-141-5/+36
|
* feat(fetch): add Accept headers where appropriate (#554)William Boman2022-10-144-4/+20
|
* chore: update generated code (#551)williambotman[bot]2022-10-141-2/+4
|
* refactor(api): use new endpoints (#550)William Boman2022-10-144-7/+9
|
* feat(registry): selene and stylua support for luau (#548)Lopy2022-10-133-3/+3
|
* chore: update generated code (#543)williambotman[bot]2022-10-111-0/+2
|
* feat(astro): vendor typescript (#542)William Boman2022-10-111-1/+1
| | | Also see https://github.com/williamboman/mason-lspconfig.nvim/pull/75
* feat(platform): better glibc detection (#537)William Boman2022-10-103-11/+35
|
* fix(visualforce-language-server): remove custom release resolution code (#534)William Boman2022-10-101-13/+1
| | | This is no longer needed as their releases now contain complete assets.
* chore: update generated code (#533)williambotman[bot]2022-10-102-2/+24
|
* fix(codelldb): require GNU compatible system on linux (#532)William Boman2022-10-091-3/+3
| | | These binaries are linked to glibc.
* fix(fetch): set proper iwr header on Windows, reorder tool priority (#531)William Boman2022-10-093-77/+108
| | | | Old priority: platform specific > wget > curl New priority: curl > wget > platform specific
* feat(npm): speed up checking for new versions (#530)William Boman2022-10-095-46/+91
|
* 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
|
* chore: update generated code (#529)williambotman[bot]2022-10-091-0/+60
|
* 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-083-25/+74
|
* feat(registry): add pylama linter (#523)Kazi Sadman Ahmed2022-10-083-1/+13
|
* chore: update generated code (#522)williambotman[bot]2022-10-071-0/+1
|
* 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-063-78/+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-063-3/+31
| | | Fixes #505.
* chore: update generated code (#518)williambotman[bot]2022-10-061-0/+23
|
* feat: add gradle-language-server (#517)William Boman2022-10-063-0/+36
| | | Closes #422.
* ci(tests): add neovim version matrix (#515)William Boman2022-10-061-1/+8
|
* 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-065-86/+131
| | | 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-0511-86/+369
| | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates.
* test(cargo): stub crates.io http call (#508)William Boman2022-10-041-2/+12
|
* chore: update generated code (#507)williambotman[bot]2022-10-043-2/+23
|
* feat: add gotestsum (#506)Seth Daniel2022-10-033-1/+17
|
* chore: update generated code (#504)williambotman[bot]2022-10-033-1/+65
|
* 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
|