aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer
Commit message (Collapse)AuthorAgeFilesLines
* 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-0668-7/+94
|
* 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.
* server: remove context.install_dir if installation failsWilliam Boman2021-10-311-0/+1
|
* pip3: promote install_dir to server's root dir immediately (#230)William Boman2021-10-317-49/+71
|
* 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!
* rerun autogenWilliam Boman2021-10-312-2/+1
|
* respect autostart setting (#228)William Boman2021-10-311-1/+3
| | | Fixes #227.
* server: add attach_buffers() method (#220)William Boman2021-10-311-2/+21
|
* fix(ltex): add lspconfig server entryWilliam Boman2021-10-311-20/+31
| | | | | This was accidentally removed earlier, ltex has not been merged upstream yet.
* fix(server): only manually create final install dir on unix systemsWilliam Boman2021-10-301-8/+20
|
* colocate tmpdir with the server's install dir to avoid cross-fs issues (#217)William Boman2021-10-302-33/+37
| | | Fixes #215.
* server: add :on_ready() method (#214)William Boman2021-10-302-0/+15
|