aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/init.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* add rnix (#408)William Boman2022-01-101-0/+1
|
* Add OpenFOAM language server (#405)Mohammed Elwardi Fadeli2022-01-091-0/+1
|
* add nimls (#406)William Boman2022-01-091-0/+1
| | | Co-authored-by: Nikita Bliznyuk <bliznyuknm@gmail.com>
* add remark_ls (#404)William Boman2022-01-071-0/+1
| | | Closes #401.
* add taplo (#373)William Boman2022-01-021-0/+1
|
* add solc (#371)William Boman2021-12-301-0/+1
| | | Resolves #368.
* add zk (#345)the continium2021-12-291-0/+1
|
* feat: add grammarly (#349)William Boman2021-12-231-0/+1
|
* add sourcekit for Swift (#336)Jesse Claven2021-12-161-0/+1
| | | Resolves #320.
* add cssmodules_ls (#333)William Boman2021-12-141-0/+1
|
* add solidity_ls language server (#296)edag942021-12-121-0/+1
|
* add spectral (#295)William Boman2021-12-081-0/+1
|
* add quick_lint_js (#313)William Boman2021-12-061-0/+1
|
* Add arduino-language-server support (#298)Chad Condon2021-12-061-0/+1
|
* add ccls (#299)William Boman2021-12-051-0/+1
|
* add csharpls (#294)Access2021-11-291-0/+1
| | | Resolves #291.
* add dartls (#267)William Boman2021-11-251-0/+1
|
* Include jsonnet-language-server installation (#240)Zach Leslie2021-11-151-0/+1
|
* feat(servers): add esbonio for rst (#253)DragonBillow2021-11-151-0/+1
|
* add fsautocomplete LS for F# (#255)kaashyapan2021-11-111-0/+1
|
* remove deprecated eslintlsWilliam Boman2021-11-081-2/+0
|
* add sorbet (#247)William Boman2021-11-081-0/+1
|
* add codeqlls (#246)William Boman2021-11-081-0/+1
|
* server: add :on_ready() method (#214)William Boman2021-10-301-0/+1
|
* breaking change: remove federated server mechanism (#207)William Boman2021-10-291-12/+2
| | | | | | Users will have to reinstall the following servers: - cssls - html - jsonls
* add synchronous variants of commands for better headless interop (#189)William Boman2021-10-261-6/+2
|
* add proper emmylua annotations (#196)William Boman2021-10-251-4/+22
|
* speed up :LspInstall, :LspUninstall, :LspUninstallAll commands (#175)William Boman2021-10-181-11/+22
| | | | | | | | - `:LspUninstallAll` now just nukes the entire install directory immediately, instead of uninstalling each server one by one. There's also a confirmation prompt now. - `:LspInstall` & `:LspUninstall` now sources its autocompletion directly from a Lua table, instead of sourcing the server names from each server module (thus avoiding unnecessary `require` calls).
* add setting for configuring server install dir (#166)William Boman2021-10-171-2/+2
|
* add vala_ls (#167)William Boman2021-10-171-0/+1
|
* add powershell_es (#168)William Boman2021-10-171-0/+1
|
* fix(phpactor): install via git clone instead of composer require (breaking ↵Lctrs2021-10-171-0/+1
| | | | | change) (#162) Users who have already installed phpactor will need to reinstall it once more after this change.
* add eslint, deprecate eslintls (#149)William Boman2021-10-141-0/+2
|
* add-erlangls (#144)Iván Giovanazzi2021-10-121-0/+1
| | | Co-authored-by: William Boman <william@redwill.se>
* add solang (#125)William Boman2021-10-081-0/+1
|
* feat(server): add phpactor (#137)Lctrs2021-10-071-0/+1
|
* add zls (#121)William Boman2021-10-061-0/+1
|
* add ltex (#134)William Boman2021-10-051-0/+1
|
* add serve_d (#133)William Boman2021-10-051-0/+1
|
* add bicep (#132)William Boman2021-10-051-0/+1
|
* add lemminx (#131)William Boman2021-10-051-0/+1
|
* add volar (#130)William Boman2021-10-051-0/+1
|
* add emmet_ls (#122)William Boman2021-10-041-0/+1
|
* add puppet (#120)William Boman2021-10-031-0/+1
|
* add Lua API to override default settings (#111)William Boman2021-09-301-3/+4
|
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-0/+5
| | | | (#106)
* add jdtls (#94)William Boman2021-09-211-0/+1
|
* ansiblels: fix install when having older npm version installedWilliam Boman2021-09-191-1/+0
|
* optimize io (70%+ startup speedups) (#93)William Boman2021-09-171-18/+102
|
* add dotls (#88)William Boman2021-09-111-0/+1
|