aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/jobs/outdated-servers/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-94/+0
|
* chore: update some logging (#761)William Boman2022-06-081-1/+1
| | | | | * chore: update some logging * docs: add section about known errors
* feat: add teal_ls (#724)William Boman2022-05-271-0/+2
| | | Closes #723.
* feat(receipt): add "github_release" type (#650)William Boman2022-05-011-4/+4
| | | | This is for sources that uses GitHub releases, but doesn't target a specific asset file (as opposed to the github_release_file source).
* more async refactor (#587)William Boman2022-04-111-1/+1
|
* add async managers (#536)William Boman2022-03-261-26/+25
|
* add ocamllsp (#498)Harry Tran2022-02-221-0/+1
| | | Co-authored-by: William Boman <william@redwill.se>
* add r_language_server (#467)meriops2022-02-121-0/+2
| | | | | | Closes #185. Co-authored-by: Olivier Devineau <olivier.devineau@inn.no> Co-authored-by: William Boman <william@redwill.se>
* add server psalm (#426)Jürgen Steitz2022-01-151-0/+2
| | | Co-authored-by: William Boman <william@redwill.se>
* add rnix (#408)William Boman2022-01-101-0/+2
|
* ui: map keybind to update all outdated servers (#407)William Boman2022-01-091-0/+3
| | | | | Previously it'd always update all installed servers. With this change it'll only update servers that are outdated (defaults to all installed servers if no servers are marked as outdated when triggered).
* fix(ui): less intrusive version check UI (#402)William Boman2022-01-061-6/+9
|
* feat(ui): display outdated servers (#395)William Boman2022-01-061-0/+80