aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/managers
Commit message (Expand)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-0715-1666/+0
* chore: update some logging (#761)William Boman2022-06-081-1/+1
* feat: add apex_ls (#746)William Boman2022-06-032-3/+4
* 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
* 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
* feat(github): add setting to customize asset download url (#711)William Boman2022-05-211-1/+2
* fix(erlangls): follow git tags (#708)William Boman2022-05-192-6/+35
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-0/+3
* 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
* 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
* 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
* 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