aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers
Commit message (Collapse)AuthorAgeFilesLines
...
* sumneko_lua: support Linux arm64 (#391)Aidan Kane2022-04-101-1/+7
|
* 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>
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-15/+16
| | | Fixes #568.
* switch majority of installers to async implementation (#574)William Boman2022-04-0652-93/+144
|
* fix(taplo): use crate distribution (#576)William Boman2022-04-051-35/+3
|
* add mm0_ls (#572)William Boman2022-04-032-0/+34
|
* add sourcery (#571)William Boman2022-04-032-0/+16
|
* add prosemd_lsp (#566)William Boman2022-04-012-0/+42
| | | Closes #542.
* fix(lemminx): default to working versionWilliam Boman2022-03-251-1/+1
| | | | The LATEST tag is no longer available.
* fix(solang): add llvm archive for linux arm64 (#550)Evan Tan2022-03-161-0/+1
|
* fix(solang): update archive names on Linux (#549)Evan Tan2022-03-161-1/+2
|
* fix(ansiblels): use correct command on Windows (#547)William Boman2022-03-161-1/+1
| | | Resolves #541.
* chore(volar): update volar package name (#534)Artur Tagisow2022-03-141-1/+1
| | | | see https://github.com/johnsoncodehk/volar/issues/876 see https://github.com/johnsoncodehk/volar/blob/master/packages/vue-language-server/package.json#L2
* docs(eslint): update yarn2 pnp exampleWilliam Boman2022-03-131-1/+1
| | | | | | | Closes #508. Closes #507. Co-authored-by: Trent Nicholson <nicholsontrent@gmail.com>
* feat(reason_ls): add reason_ls for ReasonML (#528)RiN2022-03-112-0/+41
|
* Add Dhall LSP (#512)Sondre Nilsen2022-03-092-0/+50
| | | Co-authored-by: William Boman <william@redwill.se>
* add perlnavigator (#522)Seth Daniel2022-03-062-0/+21
|
* Support libc detection (#527)treatybreaker2022-03-061-2/+10
|
* fix(solang): use llvm13William Boman2022-03-061-5/+6
|
* remove npm install --production from ansiblels (#518)Joshua Cold2022-03-041-1/+0
|
* feat(jdtls): use the resolved workspace directory name as the -data ↵William Boman2022-02-271-7/+12
| | | | | | | | | directory (#504) This will use the directory name of the resolved root_dir (`:h lspconfig-root-dir`). If no root_dir is found (e.g. single file mode), neovim's current directory is used. Resolves #501.
* add ocamllsp (#498)Harry Tran2022-02-223-0/+20
| | | Co-authored-by: William Boman <william@redwill.se>
* add slint_lsp (#492)Tobias Hunger2022-02-202-0/+38
|
* Adjust docs and installer link for jsonnet-language-server (#491)Zach Leslie2022-02-191-2/+2
|
* fix(volar): vendor tsserver (#485)William Boman2022-02-161-1/+22
| | | Closes #481.
* add r_language_server (#467)meriops2022-02-122-0/+52
| | | | | | Closes #185. Co-authored-by: Olivier Devineau <olivier.devineau@inn.no> Co-authored-by: William Boman <william@redwill.se>
* add omnisharp net6.0 support instead of mono (#472)Ibrahim Abdelkareem2022-02-111-11/+19
| | | This is a breaking change for existing installations of Omnisharp - reinstallation will be required after updating plugin version.
* fix(ccls/macos): append /lib/cmake to CMAKE_PREFIX_PATH (#471)William Boman2022-02-101-2/+5
|
* add svls (#461)William Boman2022-02-062-0/+16
|
* add haxe_language_server (#459)William Boman2022-02-052-0/+32
|
* add scry (#457)William Boman2022-02-032-0/+44
|
* add flux_lsp (#456)William Boman2022-02-022-0/+18
|
* add salt_ls (#449)Mattias Cockburn2022-02-022-0/+16
|
* Revert "add typeprof (#454)"William Boman2022-02-012-16/+0
| | | | | | This reverts commit ace8ddf06dcfefd11bc6430bf8305e4fca0813dc. Apparently typeprof is bundled with Ruby (>= 3.1).
* add typeprof (#454)William Boman2022-02-012-0/+16
|
* add theme_check (#453)William Boman2022-01-302-0/+16
|
* add nickel_ls (#452)William Boman2022-01-292-0/+27
|
* add zeta_noteWilliam Boman2022-01-282-0/+41
|
* add lelwel_ls (#450)William Boman2022-01-272-0/+18
|
* add cucumber_language_server (#448)William Boman2022-01-242-0/+16
|
* add crystalline (#447)William Boman2022-01-242-0/+67
|
* add bsl_ls (#446)William Boman2022-01-242-0/+36
| | | На здоровье!
* fix(beancount): fix rename on windows, also remove debug printWilliam Boman2022-01-241-2/+6
|
* add beancount (#445)William Boman2022-01-242-0/+54
|
* add verible (#443)William Boman2022-01-232-0/+79
|
* add awk_ls (#442)William Boman2022-01-232-0/+16
|
* add golangci_lint_ls (#441)William Boman2022-01-237-5/+24
|
* Change go installer from get to install (#438)Simon Gate2022-01-215-5/+5
|
* add julials (#429)William Boman2022-01-192-0/+71
| | | Co-authored-by: Shun Ueda <hasundue@gmail.com>
* add server psalm (#426)Jürgen Steitz2022-01-152-0/+16
| | | Co-authored-by: William Boman <william@redwill.se>