Are there any vim like text editors out there that is written in Rust and it can be configured using Rust that is as easy to configure as vim scripting?
There's an editor called xi.
Looking at the GitHub page it becomes apparent that Xi is not ready for actual production. The core project isn't even actively maintained anymore.
On a side note, writing a full-featured editor (nevermind an IDE) that's ready for production is no small project. Given that Rust has been stable for about 6 years now, that's barely enough time to write something like that. So I'm going to answer OPs question with no.
There is https://github.com/Peltoche/vixi
I hope it is active.
The last commit is from almost a year ago according to its GitHub page, so I wouldn't count on it.
I recently discovered accepted - crates.io. Looks very promising, but no commit since 4/2020.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.