aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer
Commit message (Collapse)AuthorAgeFilesLines
...
* fix!(arduino_language_server): dont install arduino-cli and clangd (#640)William Boman2022-04-292-139/+34
| | | This is now expected to be installed on the system instead.
* docs: more deprecations and update some outdated docsWilliam Boman2022-04-292-53/+5
|
* feat: add ensure_installed to setup table (#637)William Boman2022-04-281-0/+2
|
* feat: integrate with lspconfig's on_setup hook (#631)William Boman2022-04-274-1/+50
| | | | | | | | | | | | | | | | | | | | * feat: integrate with lspconfig's on_setup hook * fix!: don't use aliased installation directories if new .setup() fn is used This makes it so servers are always installed in a directory name that corresponds with the server name. The reason aliased installation directories is supported is lost on me, but it's legacy and complicates things unnecessarily. This is a breaking change for users who previously were using the `.on_server_ready()` hook, and now transitioned to setting up servers directly via lspconfig. These users will need to reinstall the server. * fix: block usage of the deprecated server:setup() method if new setup method is used * fix: allow passing no arg to setup() * docs: ok final.v3 readme
* run autogen_metadata.luaWilliam Boman2022-04-273-3/+3
|
* run autogen_metadata.luaWilliam Boman2022-04-267-0/+21
|
* fix(terraformls): use `root-dir` instead of `root-dir/terraform-ls` as cmd ↵mandlm2022-04-261-2/+1
| | | | path (#630)
* fix(ccls): pcall removal of llvm (#628)William Boman2022-04-251-16/+14
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-253-3/+3
|
* docs: remove old tsserver READMEWilliam Boman2022-04-251-19/+0
|
* fix(github): provide correct filename to gunzip (#625)Elio2022-04-231-5/+3
|
* add deprecation notice to old installer modules (#618)William Boman2022-04-2111-2/+77
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-2168-1378/+1700
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-201-1/+1
|
* fix(r_language_server): remove unnecessary fullReinstall arg, and force ↵William Boman2022-04-191-2/+5
| | | | remotes install (#613)
* Keep user library paths when starting R language server (#611)Hongyuan Jia2022-04-191-1/+1
|
* fix(spawn): recursively parse arglist (#610)William Boman2022-04-181-7/+12
|
* add cargo to healthcheckWilliam Boman2022-04-181-0/+1
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-164-14/+37
| | | | | | | | | * 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?).
* run autogen_metadata.luaWilliam Boman (automated)2022-04-142-2/+2
|
* rust_analyzer: use new rust-lang/rust-analyzer repoWilliam Boman2022-04-141-1/+1
|
* feat(async): add a.wait_all (#596)William Boman2022-04-131-5/+76
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-131-1/+1
|
* feat(fetch): add ability to download file instead of writing to stdoutWilliam Boman2022-04-121-7/+21
|
* add clarity_lsp (#594)William Boman2022-04-125-1/+45
| | | Closes #583.
* ui: add section about missing servers to help windowWilliam Boman2022-04-121-0/+14
|
* more async refactor (#587)William Boman2022-04-1139-432/+404
|
* fix(verible): use correct unpacked directory name on Windows (#589)William Boman2022-04-111-1/+4
|
* 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-1116-263/+411
|
* sumneko_lua: support Linux arm64 (#391)Aidan Kane2022-04-101-1/+7
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-101-1/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-081-1/+1
|
* r_language_server: install languageserversetup via remotes::install_github ↵William Boman2022-04-081-3/+19
| | | | | (#580) Co-authored-by: Samuel C-J Lee <chia-jung.l@outlook.com>
* run autogen_metadata.luaWilliam Boman (automated)2022-04-071-3/+0
|
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-064-29/+39
| | | Fixes #568.
* 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-0661-217/+366
|
* fix(taplo): use crate distribution (#576)William Boman2022-04-051-35/+3
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-051-1/+1
|
* add mm0_ls (#572)William Boman2022-04-035-0/+39
|
* add sourcery (#571)William Boman2022-04-035-2/+21
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-031-1/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-04-021-1/+1
|
* fix(health): report error on version mismatchWilliam Boman2022-04-021-1/+1
|
* add prosemd_lsp (#566)William Boman2022-04-015-2/+47
| | | Closes #542.
* run autogen_metadata.luaWilliam Boman (automated)2022-03-311-1/+1
|
* run autogen_metadata.luaWilliam Boman (automated)2022-03-302-2/+2
|
* fix(go): correct template stringWilliam Boman2022-03-261-1/+1
|