| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: remove deprecated modules (#682) | William Boman | 2022-05-10 | 129 | -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.lua | William Boman (automated) | 2022-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | Added the Astro Language Server (#677) | Anish De | 2022-05-06 | 5 | -1/+24 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-06 | 2 | -2/+2 | |
| | | ||||||
| * | feat(hls): install via ghcup (#667) | William Boman | 2022-05-05 | 1 | -38/+3 | |
| | | ||||||
| * | fix(github): fix bad ternary expression | William Boman | 2022-05-05 | 1 | -1/+6 | |
| | | ||||||
| * | fix(vls): fix meson -Dprefix path (#668) | William Boman | 2022-05-04 | 1 | -1/+2 | |
| | | | | Closes #666. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-03 | 2 | -1/+2 | |
| | | ||||||
| * | ui: add clarifications around settings schema (#663) | William Boman | 2022-05-03 | 1 | -0/+21 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | chore: bump minimum neovim version to 0.7.0 (#656) | William Boman | 2022-05-02 | 1 | -3/+3 | |
| | | ||||||
| * | Add robotframework_ls (#655) | Zoe Roux | 2022-05-01 | 4 | -0/+21 | |
| | | ||||||
| * | fix(hls): download archive from downloads.haskell.org (#651) | William Boman | 2022-05-01 | 3 | -18/+89 | |
| | | ||||||
| * | add hoon_ls (#570) | William Boman | 2022-05-01 | 4 | -0/+21 | |
| | | ||||||
| * | feat(platform): add convenience API for detecting OS + arch (#653) | William Boman | 2022-05-01 | 1 | -0/+10 | |
| | | ||||||
| * | fix!(beancount-language-server):update beancount install source (#649) | hateonion | 2022-05-01 | 1 | -32/+3 | |
| | | ||||||
| * | feat(receipt): add "github_release" type (#650) | William Boman | 2022-05-01 | 6 | -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 Boman | 2022-04-30 | 3 | -6/+30 | |
| | | ||||||
| * | fix middleware_spec tests | William Boman | 2022-04-29 | 1 | -0/+1 | |
| | | ||||||
| * | fix(middleware): only modify config for installed servers during setup | William Boman | 2022-04-29 | 1 | -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 Boman | 2022-04-29 | 3 | -3/+12 | |
| | | ||||||
| * | fix!(arduino_language_server): dont install arduino-cli and clangd (#640) | William Boman | 2022-04-29 | 2 | -139/+34 | |
| | | | | This is now expected to be installed on the system instead. | |||||
| * | docs: more deprecations and update some outdated docs | William Boman | 2022-04-29 | 3 | -54/+6 | |
| | | ||||||
| * | feat: add ensure_installed to setup table (#637) | William Boman | 2022-04-28 | 2 | -0/+21 | |
| | | ||||||
| * | feat: integrate with lspconfig's on_setup hook (#631) | William Boman | 2022-04-27 | 5 | -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.lua | William Boman | 2022-04-27 | 3 | -3/+3 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman | 2022-04-26 | 7 | -0/+21 | |
| | | ||||||
| * | fix(terraformls): use `root-dir` instead of `root-dir/terraform-ls` as cmd ↵ | mandlm | 2022-04-26 | 1 | -2/+1 | |
| | | | | | path (#630) | |||||
| * | fix(ccls): pcall removal of llvm (#628) | William Boman | 2022-04-25 | 1 | -16/+14 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-25 | 3 | -3/+3 | |
| | | ||||||
| * | docs: remove old tsserver README | William Boman | 2022-04-25 | 1 | -19/+0 | |
| | | ||||||
| * | fix(github): provide correct filename to gunzip (#625) | Elio | 2022-04-23 | 1 | -5/+3 | |
| | | ||||||
| * | add deprecation notice to old installer modules (#618) | William Boman | 2022-04-21 | 11 | -2/+77 | |
| | | ||||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 68 | -1378/+1700 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | fix(r_language_server): remove unnecessary fullReinstall arg, and force ↵ | William Boman | 2022-04-19 | 1 | -2/+5 | |
| | | | | | remotes install (#613) | |||||
| * | Keep user library paths when starting R language server (#611) | Hongyuan Jia | 2022-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -7/+12 | |
| | | ||||||
| * | add cargo to healthcheck | William Boman | 2022-04-18 | 1 | -0/+1 | |
| | | ||||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 4 | -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.lua | William Boman (automated) | 2022-04-14 | 2 | -2/+2 | |
| | | ||||||
| * | rust_analyzer: use new rust-lang/rust-analyzer repo | William Boman | 2022-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | feat(async): add a.wait_all (#596) | William Boman | 2022-04-13 | 1 | -5/+76 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | feat(fetch): add ability to download file instead of writing to stdout | William Boman | 2022-04-12 | 1 | -7/+21 | |
| | | ||||||
| * | add clarity_lsp (#594) | William Boman | 2022-04-12 | 5 | -1/+45 | |
| | | | | Closes #583. | |||||
| * | ui: add section about missing servers to help window | William Boman | 2022-04-12 | 1 | -0/+14 | |
| | | ||||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 39 | -432/+404 | |
| | | ||||||
| * | fix(verible): use correct unpacked directory name on Windows (#589) | William Boman | 2022-04-11 | 1 | -1/+4 | |
| | | ||||||
| * | fix(installer): always clean up tmp install dir | William Boman | 2022-04-11 | 1 | -1/+3 | |
| | | ||||||
