Skip to content

Commit

Permalink
build: include rust-analyzer and rust-src in rust toolchain (#32)
Browse files Browse the repository at this point in the history
This is necessary for Helix and other local tools to have LSP
functionality.
  • Loading branch information
junlarsen authored Feb 4, 2025
1 parent 3ce825f commit 5726473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ components = [
"rustfmt",
"clippy",
"rust-std",
"rustc"
"rust-src",
"rustc",
"rust-analyzer",
]

0 comments on commit 5726473

Please sign in to comment.