aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/managers
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-0715-1666/+0
|
* chore: update some logging (#761)William Boman2022-06-081-1/+1
| | | | | * chore: update some logging * docs: add section about known errors
* feat: add apex_ls (#746)William Boman2022-06-032-3/+4
| | | Closes #701.
* added wgsl_analyzer server (#719)Dmitry Kudryavtsev2022-06-011-1/+11
|
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-6/+3
|
* feat(luarocks): use luarocks.bat executable if it's available (#731)William Boman2022-05-291-6/+7
| | | Closes #726.
* refactor: use new github.download_release_file function (#728)William Boman2022-05-281-0/+8
|
* test(luarocks): add more test casesWilliam Boman2022-05-271-0/+1
|
* feat: add teal_ls (#724)William Boman2022-05-271-0/+128
| | | Closes #723.
* feat(github): add setting to customize asset download url (#711)William Boman2022-05-211-1/+2
| | | Closes #678.
* fix(erlangls): follow git tags (#708)William Boman2022-05-192-6/+35
| | | Closes #683.
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-0/+3
| | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess.
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-174-38/+21
|
* fix(go): target the @latest version when checking if package is outdated (#700)William Boman2022-05-131-4/+3
|
* fix(github): allow looking for prereleases (#699)William Boman2022-05-131-14/+27
|
* fix(github): fix bad boolean logicWilliam Boman2022-05-131-1/+1
|
* feat(health): check GitHub rate limit (#697)William Boman2022-05-131-0/+9
|
* feat(github): add `include_prerelease` option to `fetch_latest_release`William Boman2022-05-132-5/+9
|
* chore: further decouple module structure (#685)William Boman2022-05-1112-44/+45
|
* fix(github): fix bad ternary expressionWilliam Boman2022-05-051-1/+6
|
* fix(hls): download archive from downloads.haskell.org (#651)William Boman2022-05-011-4/+23
|
* feat(receipt): add "github_release" type (#650)William Boman2022-05-011-0/+45
| | | | This is for sources that uses GitHub releases, but doesn't target a specific asset file (as opposed to the github_release_file source).
* fix(github): provide correct filename to gunzip (#625)Elio2022-04-231-5/+3
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-218-47/+280
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-0/+2
| | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?).
* more async refactor (#587)William Boman2022-04-117-20/+210
|
* make install context available via coroutine context (#586)William Boman2022-04-119-211/+350
|
* fix(pip3): always use normalized "python" executable with venv-enhanced path ↵William Boman2022-04-061-2/+2
| | | | (#577)
* switch majority of installers to async implementation (#574)William Boman2022-04-062-3/+3
|
* 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-269-0/+846