aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: remove deprecated modules (#682)William Boman2022-05-10129-1744/+33
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* run autogen_metadata.luaWilliam Boman (automated)2022-05-101-1/+1
|
* Added the Astro Language Server (#677)Anish De2022-05-065-1/+24
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-062-2/+2
|
* feat(hls): install via ghcup (#667)William Boman2022-05-051-38/+3
|
* fix(github): fix bad ternary expressionWilliam Boman2022-05-051-1/+6
|
* fix(vls): fix meson -Dprefix path (#668)William Boman2022-05-041-1/+2
| | | Closes #666.
* run autogen_metadata.luaWilliam Boman (automated)2022-05-032-1/+2
|
* ui: add clarifications around settings schema (#663)William Boman2022-05-031-0/+21
|
* run autogen_metadata.luaWilliam Boman (automated)2022-05-021-1/+1
|
* chore: bump minimum neovim version to 0.7.0 (#656)William Boman2022-05-021-3/+3
|
* Add robotframework_ls (#655)Zoe Roux2022-05-014-0/+21
|
* fix(hls): download archive from downloads.haskell.org (#651)William Boman2022-05-013-18/+89
|
* add hoon_ls (#570)William Boman2022-05-014-0/+21
|
* feat(platform): add convenience API for detecting OS + arch (#653)William Boman2022-05-011-0/+10
|
* fix!(beancount-language-server):update beancount install source (#649)hateonion2022-05-011-32/+3
|
* feat(receipt): add "github_release" type (#650)William Boman2022-05-016-65/+51
| | | | This is for sources that uses GitHub releases, but doesn't target a specific asset file (as opposed to the github_release_file source).
* feat: allow excluding servers from automatic installation (#643)William Boman2022-04-303-6/+30
|
* fix middleware_spec testsWilliam Boman2022-04-291-0/+1
|
* fix(middleware): only modify config for installed servers during setupWilliam Boman2022-04-291-1/+3
| | | | | This is to avoid modifying configs for servers that users don't want to manage via nvim-lsp-installer.
* feat: add 'automatic_installation' feature toggle to setup options (#638)William Boman2022-04-293-3/+12
|
* 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-293-54/+6
|
* feat: add ensure_installed to setup table (#637)William Boman2022-04-282-0/+21
|
* feat: integrate with lspconfig's on_setup hook (#631)William Boman2022-04-275-1/+59
| | | | | | | | | | | | | | | | | | | | * 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
|