Helix: A Neovim inspired editor, written in Rust
1–10 of 321 posts
Re: Helix: A Neovim inspired editor, written in Rust
#2It's also interesting to see a project that seems young to already be version 22.
What I tried to find and could not was some built-in language, more expressive than the one used to describe syntax highlighting. This means that extensibility is at best not a priority,
Re: Helix: A Neovim inspired editor, written in Rust
#3From the description, the architecture is nicely modern. It's also interesting to see a project that seems young to already be version 22. What I tried to find and could not was some built-in language, more expressive than the one used to describe syntax highlighting. This means that extensibility is at best not a priority,
Re: Helix: A Neovim inspired editor, written in Rust
#4https://news.ycombinator.com/item?id=27358479 (657 points | 1 year ago | 365 comments)
Re: Helix: A Neovim inspired editor, written in Rust
#5Re: Helix: A Neovim inspired editor, written in Rust
#6From the description, the architecture is nicely modern. It's also interesting to see a project that seems young to already be version 22. What I tried to find and could not was some built-in language, more expressive than the one used to describe syntax highlighting. This means that extensibility is at best not a priority,
Re: Helix: A Neovim inspired editor, written in Rust
#7Re: Helix: A Neovim inspired editor, written in Rust
#8Also, RIP OniVim 2, it was great having been written in a similarly fast ReasonML/OCaml but the creator ran out of funding and had to get a job. A shame, it even had compatibility with VSCode extensions.
Re: Helix: A Neovim inspired editor, written in Rust
#9Re: Helix: A Neovim inspired editor, written in Rust
#10Helix is built from the ground up around Tree-Sitter and LSP. This means you get the best syntax highlighting available, and IDE-like functionality, with zero configuration required other than installing the appropriate language server.
Those are by far the most important features for a text editor to have, and crucially, they are fully integrated into Helix, but are an afterthought in (Neo)vim and Kakoune. The quality difference is obvious the moment you try it side by side. Nothing else really matters. Vim's and Kakoune's syntax highlighting is terrible, and while Neovim can now use Tree-Sitter as well, there always seem to be some additional hoops the user needs to jump through in order to get it to work. Not so with Helix.
Regrettably, Helix has inherited Vim's worst design flaw, namely being unusable with non-English keyboard layouts, but all other Vim derivatives share this flaw as well so I don't see that stopping Helix from steamrolling the competition once it matures and the word spreads.