Skip to content

Conversation

TeriyakiBomb
Copy link

Took me a second to nail down where to look to install this from NPM for helix, so added the link

Took me a second to nail down where to look to install this from NPM for helix, so added the link
@@ -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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants