Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ All features currently only work in Ember CLI application that use the default c
* VSCode: [Unstable Ember Language Server](https://github.com/lifeart/vscode-ember)
* Neo (Vim): [coc-ember](https://github.com/NullVoxPopuli/coc-ember), [native LSP integration](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#ember)
* Emacs using [lsp-mode](https://github.com/emacs-lsp/lsp-mode)
* Helix: `npm install -g @ember-tooling/ember-language-server`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @TeriyakiBomb, thank you for contribution!
Do you mind to add more details here, pointing to official documentation?

Just installing LS as global dependency without additional configuration seems a-bit confusing.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, that's just kind of how it works in helix 😅, most languages it supports out of the box just pick up the correct LSP and just start working without any configuration.

So the general workflow is to just install an lsp via npm, brew etc, run hx --health <lang> and in most cases it'll just work. There's optional configuration which I could attach?

So I could split it into those three steps, install, confirm, optional config?

* GitPod, Onivim, Coder, VSCodium, and Theia using [Open VSX](https://open-vsx.org/extension/lifeart/vscode-ember-unstable)

## Addons available for install
Expand Down