What should the languages.toml configuration file look like for Rust development? #3443
-
Newbie here, I have no idea where to start on how to start programming with Rust exclusively in Helix. When I cargo run a file, there is no debugging or auto-completion or anything. The only confirmation I have of the config file working is the auto-pairs. I'm not sure rust-analyzer is doing anything because nothing noticeable happened when I started programming with it. I installed the rust-analyzer Language Server Binary per instructions from their website so I'm sure everything is done correctly. My languages.toml config file looks like this: [language.auto-pairs] [[language]] [language.config] [[grammar]] What am I missing or doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Here's my
|
Beta Was this translation helpful? Give feedback.
-
Thank you Mr. Bromberger. This unfortunately did not change much for me but I'll stick with Helix until I can understand the documentation better! |
Beta Was this translation helpful? Give feedback.
Here's my
languages.toml
that's in my main configuration directory. It seems to work well for Rust. YMMV. You shouldn't have to edit anything in theruntime
directory.