Helix Editor: a modal editor written in rust

I have preferred model editors and mostly used vi, switching to vim and neovim. That said, I found vim/neovim plugin management to be time-consuming and difficult. Recently I discovered Helix, a modal editor similar to Kakoune but written completely in rust. It is a breeze to install/compile and natively supports Language Server Protocal LSP. I found it trivial to use together with rust-analyzer... very nice..