aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(terminator): send SIGKILL after some delay after SIGTERM (#727)William Boman2022-12-052-21/+26
| | | | Give a very generous grace period for processes to terminate gracefully before forcefully killing them, to ensure none linger.
* feat: show warning message when exiting neovim with active installations (#725)William Boman2022-12-043-0/+130
|
* feat(mockdebug): write & link mock-debug-adapter executable (#723)Svetlozar Iliev2022-12-041-0/+5
|
* feat(ui): increase window height (#719)William Boman2022-12-021-6/+6
|
* feat(ui): change log line number formatting in tail output (#718)William Boman2022-12-021-1/+5
| | | | I think this has better affordance and better indicates that the log is truncated to a single line and can actually be expanded.
* feat(ui): stick cursor to installation log toggle line (#713)William Boman2022-12-011-1/+2
|
* feat(ui): hoist "Installing" and "Failed" package groups to the top (#712)William Boman2022-12-013-74/+90
| | | Also improve how logs are displayed.
* chore: update generated code (#710)williambotman[bot]2022-11-301-1/+1
|
* fix(tectonic): pin version (#708)William Boman2022-11-301-2/+5
| | | | | | | | This is far from ideal. This is needed because the repository hosts multiple different projects. The current mechanism to resolve the "latest" release is not compatible with this and may end up selecting a release for a different project. Closes #544.
* feat(ui): add keybind on section headers for cancelling installation of the ↵William Boman2022-11-292-18/+27
| | | | entire group (#707)
* chore: use pwsh instead of powershell (#706)William Boman2022-11-292-4/+12
|
* chore: update generated code (#705)williambotman[bot]2022-11-291-1/+1
|
* chore: update generated code (#696)williambotman[bot]2022-11-252-2/+2
|
* chore: update generated code (#693)williambotman[bot]2022-11-241-1/+1
|
* feat(registry): add nginx-language-server (#688)Stéphane Bisinger2022-11-233-0/+13
|
* chore: update generated code (#687)williambotman[bot]2022-11-231-1/+1
|
* fix(joker): update asset filenames (#685)William Boman2022-11-221-7/+3
|
* fix(yapf): install toml to support parsing .toml config files (#682)William Boman2022-11-201-1/+1
| | | Fixes #680.
* chore: update generated code (#679)williambotman[bot]2022-11-201-1/+1
|
* chore: update generated code (#677)williambotman[bot]2022-11-193-3/+3
|
* fix(dhall-lsp): github release doesn't always include lsp server asset (#675)William Boman2022-11-181-34/+44
| | | This is a doozy
* chore: update generated code (#673)williambotman[bot]2022-11-181-1/+1
|
* feat(pip): add setting to upgrade pip before installing packages (#671)William Boman2022-11-162-1/+16
| | | Closes #616.
* chore: update generated code (#669)williambotman[bot]2022-11-161-1/+1
|
* chore: update generated code (#667)williambotman[bot]2022-11-151-0/+3
|
* fix(spectral-language-server): link spectral-language-server executable (#666)William Boman2022-11-151-1/+4
|
* feat(registry): add reorder-python-imports (#665)Phúc Lê Khắc2022-11-143-1/+13
|
* feat(health): add healthcheck for python3_host_prog pip (#664)William Boman2022-11-141-0/+9
|
* chore: update generated code (#660)williambotman[bot]2022-11-103-3/+3
|
* feat(registry): add usort (#654)Phúc Lê Khắc2022-11-093-1/+13
|
* feat(registry): add ruff (#653)Phúc Lê Khắc2022-11-093-1/+13
|
* feat(registry): add colorgen-nvim (#650)Mat Jones2022-11-092-0/+18
|
* fix(verible): properly format asset file (#657)William Boman2022-11-091-5/+2
| | | Fixes #648.
* fix(visualforce-language-server): update script path (#656)William Boman2022-11-091-7/+1
| | | Fixes #655.
* fix(rome): drop default version pin (#649)Otto Ahoniemi2022-11-091-9/+1
|
* fix(apex-language-server): update jar file path (#652)William Boman2022-11-091-1/+1
| | | Fixes #651.
* docs: update mason-errors help section (#646)William Boman2022-11-081-1/+1
|
* chore: update generated code (#645)williambotman[bot]2022-11-082-2/+2
|
* fix(rustfmt): use correct asset names and use unzip on windows (#644)N.N2022-11-071-16/+24
|
* feat(registry): add rustfmt (#642)Jay Patel2022-11-073-1/+34
|
* fix(protolint): use Protobuf language (#641)William Boman2022-11-072-3/+2
|
* feat(registry): add protolint (#640)Jay Patel2022-11-073-0/+38
|
* feat(ui): add MasonNormal highlight (#636)William Boman2022-11-065-43/+44
|
* fix(gem): don't format executable (#634)William Boman2022-11-061-0/+1
| | | | Closes #570. Closes williamboman/mason-lspconfig.nvim#94.
* chore: update generated code (#632)williambotman[bot]2022-11-061-1/+1
|
* feat(registry): add autoflake (#631)Andy Dirnberger2022-11-063-1/+13
|
* fix(platform): also accept exit code 1 when checking ldd version (#630)William Boman2022-11-051-1/+1
| | | Fixes #629.
* chore: update generated code (#628)williambotman[bot]2022-11-051-1/+1
|
* chore: update generated code (#624)williambotman[bot]2022-11-042-2/+2
|
* fix(zls): support zst (#622)Access2022-11-033-8/+14
| | | Co-authored-by: William Boman <william@redwill.se>