Skip to content

Update README.md #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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