Skip to content

Commit

Permalink
update helix example config
Browse files Browse the repository at this point in the history
I'm not sure when it changed, but current version `helix 24.7` doesn't
work with the old example anymore.
  • Loading branch information
pr2502 committed Oct 8, 2024
1 parent cd91289 commit fe4facf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/helix/languages.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[[language]]
name = "rust"
language-server = { command = "ra-multiplex", args = ["client", "--server-path", "rust-analyzer"] }
[language-server.rust-analyzer]
args = ["client", "--server-path", "rust-analyzer"]
command = "/path/to/ra-multiplex"

0 comments on commit fe4facf

Please sign in to comment.