aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry
Commit message (Collapse)AuthorAgeFilesLines
* feat(registry): add nxls (#585)Jannis Morgenstern2022-10-242-0/+14
|
* feat(registry): add glint (#593)NullVoxPopuli2022-10-232-0/+23
|
* feat(verible): add linux_x64_gnu (#579)William Boman2022-10-201-1/+2
| | | Closes #536.
* fix(goimports-reviser): use prebuilt github assets (#573)William Boman2022-10-181-2/+23
| | | Fixes #484.
* feat(registry): add dprint formatter (#562)Silas Groh2022-10-172-0/+32
|
* feat(registry): add commitlint (#564)Dan Sully2022-10-172-0/+18
|
* feat(registry): add jsonlint tool for JSON (#565)Afranio Martins2022-10-172-0/+14
|
* feat: reduce some package sizes (#567)William Boman2022-10-173-5/+4
|
* feat(api): add typed client interface (#556)William Boman2022-10-141-1/+46
|
* 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-141-1/+5
|
* refactor(api): use new endpoints (#550)William Boman2022-10-141-2/+4
|
* feat(registry): selene and stylua support for luau (#548)Lopy2022-10-132-2/+2
|
* feat(astro): vendor typescript (#542)William Boman2022-10-111-1/+1
| | | Also see https://github.com/williamboman/mason-lspconfig.nvim/pull/75
* 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.
* fix(codelldb): require GNU compatible system on linux (#532)William Boman2022-10-091-3/+3
| | | These binaries are linked to glibc.
* feat(registry): add iferr tool for Go (#528)Fran Casas2022-10-092-0/+12
|
* feat(beautysh): add missing languages (#527)Kazi Sadman Ahmed2022-10-091-7/+2
|
* feat(registry): add beautysh formatter (#526)Jay Patel2022-10-092-0/+17
|
* feat(registry): add gersemi formatter (#525)Jay Patel2022-10-092-0/+17
|
* feat(registry): add api module (#524)William Boman2022-10-081-0/+21
|
* feat(registry): add pylama linter (#523)Kazi Sadman Ahmed2022-10-082-0/+12
|
* fix(dhall): new assets have capitalized naming (#520)kylo2522022-10-061-3/+3
|
* feat: add gradle-language-server (#517)William Boman2022-10-062-0/+35
| | | Closes #422.
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-053-7/+13
| | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates.
* feat: add gotestsum (#506)Seth Daniel2022-10-032-0/+16
|
* feat: add erg-language-server (#503)takuto2022-10-032-0/+46
|
* feat: add move-analyzer (#499)Michael2022-10-022-0/+15
|
* feat: add pyre linter (#495)Michael2022-10-022-0/+12
| | | Closes #456.
* feat(elixir-ls): link elixir-ls-debugger executable (#496)Slotos2022-10-021-0/+1
|
* fix(shfmt, yamlfmt): fix windows detection (#492)William Boman2022-10-012-2/+2
| | | Closes #489.
* feat: add remark-cli (#486)Dan Sully2022-10-012-0/+12
|
* feat: add java-debug-adapter and java-test (#482)lvimuser2022-09-303-0/+64
|
* feat(verible): add support for CentOS 7.9 (#471)Nikhil Jha2022-09-281-12/+30
|
* feat(stylua): add arm64 Linux support (#477)WJH2022-09-281-1/+2
|
* 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.
* feat: add solidity-ls (#466)Ali Shahid2022-09-272-0/+12
|
* fix(spectral-language-server): build directly from source (#464)William Boman2022-09-261-2/+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.
* feat: add js-debug-adapter (#442)Hollis Wu2022-09-212-0/+28
|
* feat: add ruby-lsp (#446)Jay Patel2022-09-202-0/+12
| | | Closes #276.
* feat: more competent platform detection (#436)William Boman2022-09-179-45/+23
|
* feat(editorconfig-checker): use the pre-packaged ec (#434)Seth Daniel2022-09-171-5/+22
| | | Closes #364.
* fix(r-languageserver): use github releases as version source (#417)William Boman2022-09-142-20/+14
|
* feat(clojure-lsp): use the static release of clojure-lsp when running on ↵Ruben Slabbert2022-09-131-1/+5
| | | | musl libc (#410)
* refactor: add ctx:write_php_exec_wrapper utility (#409)William Boman2022-09-126-74/+10
|
* feat: add phpcs, phpcbf, phpmd, phpstan and twigcs (#399)Laytan Laats2022-09-126-0/+233
|
* feat: add goimports-reviser (#400)Laytan Laats2022-09-112-0/+18
|
* chore: remove unused import (#403)William Boman2022-09-113-3/+0
|
* feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters (#398)Dan Sully2022-09-114-0/+39
|