aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* autogenWilliam Boman2021-11-301-0/+1
|
* fix(solang): fix languages propertyWilliam Boman2021-11-301-1/+1
|
* CUSTOM_SERVERS: remove shell.remote_bashWilliam Boman2021-11-301-22/+0
| | | | Resolves #297.
* 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-296-2/+48
| | | 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-255-0/+24
|
* fix(windows): unset PSMODULEPATH before invoking powershell scripts (#278)William Boman2021-11-253-4/+11
|
* actions/auto-assign-issues: add column_name argWilliam Boman2021-11-241-0/+1
|
* actions: automatically assign new issues to triaging projectWilliam Boman2021-11-243-13/+32
| | | | Also some prettier formatting.
* README: fix jedi_language_server languageWilliam Boman2021-11-231-2/+2
|
* ui/display: remove unnecessary schedule wrapsWilliam Boman2021-11-191-8/+11
|
* README: update configuration sectionWilliam Boman2021-11-191-4/+1
|
* 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-172-3/+8
|
* Include jsonnet-language-server installation (#240)Zach Leslie2021-11-155-0/+21
|
* README: add esbonioWilliam Boman2021-11-151-2/+3
|
* 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
|
* doc: update nvim-lspconfig linksWilliam Boman2021-11-112-4/+4
|
* 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-116-0/+32
|
* 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-088-54/+42
|
* remove deprecated eslintlsWilliam Boman2021-11-082-103/+0
|
* docs: wrap table arg with parantheses to avoid ambiguous syntaxWilliam Boman2021-11-082-5/+5
|
* 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-086-2/+22
|
* add codeqlls (#246)William Boman2021-11-085-0/+68
|
* remove deprecated g:lsp_installer_log_level variableWilliam Boman2021-11-071-11/+0
|
* 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-0671-10/+177
|
* 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: add server setup example (#192)kylo2522021-11-032-12/+34
| | | Co-authored-by: William Boman <william@redwill.se>
* fix attaching servers with no filetypes defined (#237)William Boman2021-11-031-2/+7
|
* add feature request issue templateWilliam Boman2021-11-032-1/+21
|
* add issue templates (#238)William Boman2021-11-032-0/+45
|
* jdtls: use lombok agent by defaults1n7ax2021-11-021-0/+3
| | | Fixes #205.