-
Notifications
You must be signed in to change notification settings - Fork 196
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
Added Helix Installation Instructions to README.md #1026
Conversation
comment-token = "#" | ||
indent = {tab-width = 2, unit = " "} | ||
language-server = {command = "elixir-ls"} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some example config, basing on https://elixirforum.com/t/helix-editor-for-elixir-development/54964/24?u=lukaszsamson it's done like that
config = { elixirLS.dialyzerEnabled = false }
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I'll test it first and modify the PR once that's done.
diagnostic-severity = "Hint" | ||
comment-token = "#" | ||
indent = {tab-width = 2, unit = " "} | ||
language-server = {command = "elixir-ls"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add debug adapter as well. Judging from https://helix-editor.com/news/release-22-03-highlights/ it's supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I don't have time to get this done now. Hope to get to it soon.
This seems to be the old lsp config format. Since the latest release this format was changed. |
Ping |
I recently made a PR here, it may help |
Since #1079 is merged, this PR can be closed. |
As discussed in #993. (Sorry for the delay in creating this PR)