aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core
Commit message (Expand)AuthorAgeFilesLines
* fix(github): provide correct filename to gunzip (#625)Elio2022-04-231-5/+3
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-2114-58/+369
* fix(spawn): recursively parse arglist (#610)William Boman2022-04-181-7/+12
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-164-14/+37
* feat(async): add a.wait_all (#596)William Boman2022-04-131-5/+76
* feat(fetch): add ability to download file instead of writing to stdoutWilliam Boman2022-04-121-7/+21
* more async refactor (#587)William Boman2022-04-1113-224/+236
* fix(installer): always clean up tmp install dirWilliam Boman2022-04-111-1/+3
* fix(spawn): fix Failure.tostring when unable to retrieve uv_handleWilliam Boman2022-04-111-1/+5
* make install context available via coroutine context (#586)William Boman2022-04-1111-224/+383
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-063-14/+23
* fix(pip3): always use normalized "python" executable with venv-enhanced path ...William Boman2022-04-061-2/+2
* switch majority of installers to async implementation (#574)William Boman2022-04-067-82/+153
* fix(go): correct template stringWilliam Boman2022-03-261-1/+1
* fix(go): specify correct executable when checking versionWilliam Boman2022-03-261-1/+2
* add async managers (#536)William Boman2022-03-2616-9/+1298
* feat(async): allow for a.promisify to reject (#557)William Boman2022-03-231-2/+14
* run server installation in async execution context (#525)William Boman2022-03-063-4/+66
* fix(fetch): shift args to put callback arg lastWilliam Boman2022-03-062-18/+21
* fix(async): set error() level to 2William Boman2022-03-061-2/+2
* feat(ui): display installed server version (#520)William Boman2022-03-052-0/+85
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-051-2/+6
* fix(async): pcall callback-style functions to catch errors (#515)William Boman2022-03-021-8/+19
* add ocamllsp (#498)Harry Tran2022-02-221-0/+2
* feat: add async module (#499)William Boman2022-02-211-0/+107
* fix(powershell): set security protocol to TLS1.2 (#487)William Boman2022-02-161-1/+2
* add r_language_server (#467)meriops2022-02-121-0/+2
* add server psalm (#426)Jürgen Steitz2022-01-151-0/+1
* add rnix (#408)William Boman2022-01-102-0/+25
* fetch: add User-Agent header (#409)William Boman2022-01-091-4/+26
* feat: integrate gh-cli for GitHub API calls (#403)William Boman2022-01-072-3/+26
* feat(ui): display outdated servers (#395)William Boman2022-01-063-13/+154
* write install receipts (#379)William Boman2022-01-032-0/+193