aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/spawn.lua
Commit message (Expand)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-121/+0
* chore: update some logging (#761)William Boman2022-06-081-0/+2
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-1/+1
* feat(luarocks): use luarocks.bat executable if it's available (#731)William Boman2022-05-291-0/+2
* fix(spawn): don't check executable when spawning with custom PATH (#721)William Boman2022-05-261-1/+1
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-5/+29
* chore: further decouple module structure (#685)William Boman2022-05-111-2/+2
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-9/+11
* fix(spawn): recursively parse arglist (#610)William Boman2022-04-181-7/+12
* fix(spawn): fix Failure.tostring when unable to retrieve uv_handleWilliam Boman2022-04-111-1/+5
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-3/+6
* add async managers (#536)William Boman2022-03-261-0/+79