this post was submitted on 07 Oct 2023
162 points (89.7% liked)
Programmer Humor
19488 readers
295 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://helix-editor.com/
I love helix, it’s so easy to configure, sane defaults and it feels just right!
I played around with it a little today, it's actually really nice, I still suck at vim, but the menu popups make me happy. Reminds me of micro a little.
I recently noticed that micro is getting more powerful. It seems to have some LSP support now.
Does this support extensions? Things like copilot and git diff plugins...?
No, there isn't a plugin system. Things like LSP support are builtin and it uses external LSP server binaries that must be installed on your system.