aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* erlangls: use rebar3 cmd consistentlyWilliam Boman2021-12-051-4/+10
|
* serve_d: remove pinned latest versionWilliam Boman2021-12-051-6/+0
| | | | This is no longer needed because 0.7.0 is now released.
* fix(powershell_es): don't limit to windows (#311)Liza Chevalier2021-12-051-7/+10
|
* add ccls (#299)William Boman2021-12-0510-19/+175
|
* sumneko_lua: don't provide -E argument as it's not needed (#309)William Boman2021-12-051-6/+1
| | | Closes #308.
* fix(angularls): also provide `cmd` propertyWilliam Boman2021-12-051-8/+13
|
* fix(installers/shell): pass script via arg, when possible (#307)William Boman2021-12-051-5/+4
|
* fix(angularls): also use new_root_dir for probe locations (#302)William Boman2021-12-031-12/+19
|
* server: always delete the tmp install dir if installation failsWilliam Boman2021-12-021-2/+7
|
* fix(clangd): check non-nil before trying to formatWilliam Boman2021-12-021-2/+3
|
* autogenWilliam Boman2021-11-301-0/+1
|
* fix(solang): fix languages propertyWilliam Boman2021-11-301-1/+1
|
* fix(bicep): download the langserver via the vscode distribution (#286)William Boman2021-11-302-3/+11
| | | | 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
|
* installers/npm: use global style (#289)William Boman2021-11-292-10/+30
|
* add csharpls (#294)Access2021-11-295-2/+47
| | | Resolves #291.
* fix(fsharp): update cmd (#290)Access2021-11-281-1/+1
| | | Fixes #288.
* autogenWilliam Boman2021-11-282-1/+2
|
* added explicit expand-archive command (#284)boris-kuz2021-11-251-1/+3
|
* add dartls (#267)William Boman2021-11-254-0/+23
|
* fix(windows): unset PSMODULEPATH before invoking powershell scripts (#278)William Boman2021-11-253-4/+11
|
* ui/display: remove unnecessary schedule wrapsWilliam Boman2021-11-191-8/+11
|
* 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
|
* server: add {version} param to server:install()William Boman2021-11-171-2/+3
|
* Include jsonnet-language-server installation (#240)Zach Leslie2021-11-154-0/+20
|
* feat(servers): add esbonio for rst (#253)DragonBillow2021-11-155-1/+21
|
* lemminx: default to LATEST version (#260)Mattias Eriksson2021-11-152-9/+7
|
* installers/pip3: prioritize g:python3_host_prog if definedTyler Fox2021-11-111-1/+11
| | | Co-authored-by: William Boman <william@redwill.se>
* 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-113-4/+4
|
* add fsautocomplete LS for F# (#255)kaashyapan2021-11-115-0/+31
|
* 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-087-47/+42
|
* 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-085-2/+21
|
* add codeqlls (#246)William Boman2021-11-084-0/+67
|
* installers: remove deprecated zx moduleWilliam Boman2021-11-071-79/+0
|
* installers/shell: remove deprecated remote_powershellWilliam Boman2021-11-071-7/+0
|
* remove deprecated adapters and extras modulesWilliam Boman2021-11-073-72/+0
|
* add language aliases to :LspInstall (#232)William Boman2021-11-0669-8/+129
|
* 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.
* fix attaching servers with no filetypes defined (#237)William Boman2021-11-031-2/+7
|
* jdtls: use lombok agent by defaults1n7ax2021-11-021-0/+3
| | | Fixes #205.
* rerun autogenWilliam Boman2021-11-022-1/+5
|
* ltex: remove lspconfig definitionWilliam Boman2021-11-021-31/+0
| | | | This has been merged upstream now.