this post was submitted on 03 Feb 2026
124 points (95.6% liked)

Open Source

45317 readers
119 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] victorz@lemmy.world 7 points 1 month ago (2 children)

Helix crew checking in, healthy and kicking

[–] jaxxed@lemmy.world 3 points 1 month ago (1 children)

I don't understand the helix approach.

Let's build a new editor in rust (good), that is in the legacy of vim/nvim[/emacs] (good), that moves to resolve the backwards mechanics of the vim-syntax like meow (good) ... but let's build it all as built in features with no modularity ???

How can you build a new terminal editor like vim/nvim/emacs without realizing that the core strength is that the best features are delivered in plugins. Why would you try to write all of the functionality yourself? Why would you think that a small team can handle all of the work? How can you not realize that external contributors in vim/emacs are the source of the most interesting functionality?

I liked helix, almost as much as emacs w/ meow, but yiu xan't extend it, or write a plugin.

[–] victorz@lemmy.world 4 points 1 month ago

I suppose you can question the approach, but I personally can't argue against the results. I've been using it professionally and privately for almost two years and it rocks. I haven't had a need for plugins yet.

[–] protogen420@lemmy.blahaj.zone 2 points 1 month ago (1 children)
[–] victorz@lemmy.world 1 points 1 month ago (1 children)

What kind of plugins are you eager to add?

[–] protogen420@lemmy.blahaj.zone 1 points 1 month ago (1 children)

undo history sort of thing would be nice, a magit clone too

[–] victorz@lemmy.world 1 points 1 month ago

What would info history do? Right now there is an undo stack per buffer, which I think works well.

magit

That might be nice, perhaps. Personally I just use lazygit. It's great.