Skip to content
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

Update readme for helix #389

Closed
luccahuguet opened this issue Feb 25, 2024 · 2 comments · Fixed by #391
Closed

Update readme for helix #389

luccahuguet opened this issue Feb 25, 2024 · 2 comments · Fixed by #391
Labels
documentation Improvements or additions to documentation

Comments

@luccahuguet
Copy link
Contributor

Firstly, it's amazing that such a cool project has a dedicated session for helix. Exciting stuff.

On to the issue: The helix example on the readme is now a bit outdated

because you can already use multiple language servers as of 23.10 (https://helix-editor.com/news/release-23-10-highlights/)

so the example becomes something like

[[language]]
name = "typescript"
auto-format = true
language-servers = [
  { name = "efm", only-features = ["format", "diagnostics"] },
  { name = "typescript-language-server", except-features = ["format", "diagnostics"] },
]
@charliermarsh
Copy link
Member

Thank you! I'd be happy to merge a PR with these updates, any interest?

@luccahuguet
Copy link
Contributor Author

Thank you! I'd be happy to merge a PR with these updates, any interest?

it would be an honor, haha

I'll get to it

@MichaReiser MichaReiser added the documentation Improvements or additions to documentation label Feb 26, 2024
charliermarsh pushed a commit that referenced this issue Feb 29, 2024
## Summary

Fixes #389, updating the readme for the helix configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants