{"id":19788663,"url":"https://github.com/jaredramirez/elm-language-server","last_synced_at":"2025-05-01T00:31:22.688Z","repository":{"id":92846934,"uuid":"146133649","full_name":"jaredramirez/elm-language-server","owner":"jaredramirez","description":"Language Server for Elm","archived":false,"fork":false,"pushed_at":"2019-04-01T00:10:24.000Z","size":15171,"stargazers_count":16,"open_issues_count":5,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-06T06:34:27.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredramirez.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-25T22:23:51.000Z","updated_at":"2020-12-16T01:33:36.000Z","dependencies_parsed_at":"2023-04-26T14:46:24.266Z","dependency_job_id":null,"html_url":"https://github.com/jaredramirez/elm-language-server","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredramirez%2Felm-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredramirez%2Felm-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredramirez%2Felm-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredramirez%2Felm-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredramirez","download_url":"https://codeload.github.com/jaredramirez/elm-language-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251802731,"owners_count":21646267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T06:28:15.817Z","updated_at":"2025-05-01T00:31:22.667Z","avatar_url":"https://github.com/jaredramirez.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-language-server\n\nThis project implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for Elm.\n\n## Notice\n\nThis project is on pause while I'm working on [an error tolerent parser and type solver](https://github.com/jaredramirez/elm-grammar). This will allow for much better diagnostics, type inference, and completion.\n\nThis was shift if focus was inspired by the comments made [here](https://elmtown.simplecast.fm/it-just-goes-on-and-on).\n\n## Platforms\n\nCurrently this project only supports MacOS. I'm fairly certain that it works on most linux distros, but I have not tested on it. This is mostly beacuse I'm not an expert on how cross-compiling works with GHC and haven't tackled the problem yet. I'm not sure how it will work on windows at this point.\n\n## Installation\n\nFirst, download the latest binary from the releases page.\n\n### Neovim\n\n* Make sure the elm-language-server binary is either a) available on your path, or b) have an absolute path to wherever the binary is stored\n* Install and setup [neovim](https://neovim.io/)\n* Install [neovim language client](https://github.com/autozimu/LanguageClient-neovim)\n  \u003c!-- - Install [neovim completeion manager 2](https://github.com/ncm2/ncm2) --\u003e\n* Append your config with the following:\n\n  ```\n  set hidden\n\n  let g:LanguageClient_serverCommands = {\n  \\ 'elm': ['elm-language-server-exe'],\n  \" OR\n  \\ 'elm': ['/path/to/elm-language-server-exe'],\n  \\ }\n  ```\n\n## Features\n\nThis project is still in pretty early development, so the feature set is currently limited.\n\n* As-you-type diagnostics (compiler errors, etc)\n* Find and use either global or local (node_modules) elm installations to get diagnostics\n\n## Contributing\n\nCheck out [`CONTRIBUTING.md`](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredramirez%2Felm-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredramirez%2Felm-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredramirez%2Felm-language-server/lists"}