aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers
Commit message (Collapse)AuthorAgeFilesLines
* fix(solang): fix languages propertyWilliam Boman2021-11-301-1/+1
|
* fix(bicep): download the langserver via the vscode distribution (#286)William Boman2021-11-301-2/+9
| | | | This is done to avoid issues with unzipping the bicep-langserver.zip on POSIX systems (see https://github.com/Azure/bicep/issues/3704).
* Added some clarity to eslint readme (#282)Glenn2021-11-291-1/+5
|
* add csharpls (#294)Access2021-11-292-0/+42
| | | Resolves #291.
* fix(fsharp): update cmd (#290)Access2021-11-281-1/+1
| | | Fixes #288.
* add dartls (#267)William Boman2021-11-252-0/+19
|
* angularls: overload on_new_config with new probe locations (#269)Lucas Viana2021-11-191-8/+13
|
* angularls: use server root dir for probe locations (#266)William Boman2021-11-181-30/+3
|
* angularls: Add typescript dependency (#261)ilyas akın2021-11-181-1/+1
|
* Include jsonnet-language-server installation (#240)Zach Leslie2021-11-152-0/+15
|
* feat(servers): add esbonio for rst (#253)DragonBillow2021-11-152-0/+16
|
* lemminx: default to LATEST version (#260)Mattias Eriksson2021-11-151-2/+2
|
* fsautocomplete: don't use shell as an intermediary (#258)William Boman2021-11-111-3/+20
|
* use c#, f# to be in line with languages defined in the READMEWilliam Boman2021-11-112-2/+2
|
* add fsautocomplete LS for F# (#255)kaashyapan2021-11-112-0/+26
|
* feat: jdtls per project directory under ~/workspace (#251)Christian Chiarulli2021-11-091-1/+2
|
* fix type annotationWilliam Boman2021-11-091-1/+1
|
* remove {pre,post}_setup functions (#250)William Boman2021-11-083-24/+30
|
* remove deprecated eslintlsWilliam Boman2021-11-082-103/+0
|
* fix: solang needs to specify a target now, can be: ewasm, solana, substrate ↵Christian Chiarulli2021-11-081-1/+1
| | | | | | we will default to ewasm (#249) Co-authored-by: christianchiarulli <chrisatmachine@gmail.com>
* add sorbet (#247)William Boman2021-11-082-0/+16
|
* add codeqlls (#246)William Boman2021-11-082-0/+63
|
* add language aliases to :LspInstall (#232)William Boman2021-11-0665-5/+68
|
* moved add-opens and add-modules java options before jar option (#242)Ankur Srivastava2021-11-041-5/+5
|
* groovy: build in final root directoryWilliam Boman2021-11-041-0/+2
| | | | Fixes #241.
* jdtls: use lombok agent by defaults1n7ax2021-11-021-0/+3
| | | Fixes #205.
* ltex: remove lspconfig definitionWilliam Boman2021-11-021-31/+0
| | | | This has been merged upstream now.
* pip3: promote install_dir to server's root dir immediately (#230)William Boman2021-10-312-2/+1
|
* sumneko_lua: remove settingsWilliam Boman2021-10-311-16/+0
| | | | | We don't have opinions here. Use https://github.com/folke/lua-dev.nvim/ or configure these settings yourself instead!
* fix(ltex): add lspconfig server entryWilliam Boman2021-10-311-20/+31
| | | | | This was accidentally removed earlier, ltex has not been merged upstream yet.
* server: add :on_ready() method (#214)William Boman2021-10-301-0/+1
|
* ltex: apply upstream changes to server config (#218)William Boman2021-10-302-193/+16
|
* run installations in tmpdir (#199)William Boman2021-10-305-100/+40
| | | Resolves #154.
* breaking change: remove federated server mechanism (#207)William Boman2021-10-291-12/+2
| | | | | | Users will have to reinstall the following servers: - cssls - html - jsonls
* fix jdtls config path on windows (#200)JSchrtke2021-10-261-1/+1
| | | Fixes #156.
* add synchronous variants of commands for better headless interop (#189)William Boman2021-10-261-6/+2
|
* add proper emmylua annotations (#196)William Boman2021-10-253-6/+23
|
* Eslint doc for how to resolve eslint in yarn2 repo's (#163)Trent Nicholson2021-10-191-0/+20
|
* Fix the path for denols (#180)Jason Cheatham2021-10-191-1/+1
|
* feat: autogen metadata table(s) (#159)kylo2522021-10-183-10/+12
| | | Co-authored-by: William Boman <william@redwill.se>
* 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).
* Remove the pdflatex check (#174)Anshuman Medhi2021-10-181-3/+0
| | | | | Texlab can work with other engines such as `tectonic`, unless you want to check for all compatible latex engines we should remove this check Closes #172
* vls: fix homepageMarcelo2021-10-181-1/+1
|
* installers/context: rename functions (#170)William Boman2021-10-1722-23/+23
|
* add setting for configuring server install dir (#166)William Boman2021-10-171-2/+2
|
* add vala_ls (#167)William Boman2021-10-172-0/+46
|
* add powershell_es (#168)William Boman2021-10-172-0/+25
|
* sqlls: fix cmdWilliam Boman2021-10-171-1/+1
|
* fix(phpactor): install via git clone instead of composer require (breaking ↵Lctrs2021-10-172-2/+11
| | | | | 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-144-5/+12
|