We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"] }, ]
The text was updated successfully, but these errors were encountered:
Thank you! I'd be happy to merge a PR with these updates, any interest?
Sorry, something went wrong.
it would be an honor, haha
I'll get to it
Fixes #389, updating the readme for the helix configuration (#391)
a7de1dc
## Summary Fixes #389, updating the readme for the helix configuration
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: