nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

Add Helix editor #29

Closed thesurlydev closed 1 year ago

nicoburns commented 1 year ago

I'm not entirely sure about including Helix here. The intention of the editors section is more about how to configure the editor a user is already using for use with Rust, rather than pushing users towards new editors. I suspect that few if any readers will be using Helix (and that most of those will be more than capable of working out how to set it up for Rust by themselves).

My current plan is for VS Code to be the "blessed" recommendation for anyone who does not already have a preferred editor. Unless there is a specific benefit to using Helix over other editors for Rust code?

thesurlydev commented 1 year ago

I understand what you're saying but I find it strange that you wouldn't include Helix, which is extensible via Rust, if you've already included vim/neovim.

In any case, thanks for putting this site together!