aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/elmls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-40/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* fix: avoid overriding global default capabilities (#3181)Francisco2024-06-011-3/+3
|
* fix(elmls): add missing init_options, remove deprecated (#3138)Hauke Ingwersen2024-05-061-1/+4
| | | Co-authored-by: Hauke Ingwersen <me@hing.dev>
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* chore: remove all package.json (#1656)Michael Lingelbach2022-02-251-1/+0
|
* chore(elmls): remove overriding elm paths (#1718)georges boris2022-02-131-3/+0
| | | As stated in the [elm-language-server docs](https://github.com/elm-tooling/elm-language-server#server-settings) – the default value of elm binaries should be an empty string so the language server searches for binaries as local project installs and only use global ones as fallback. If we specify it as the standard "global values" like this config is currently doing, we're just going straight to the fallback, breaking compatibility with local installs.
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-1/+6
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+43