this post was submitted on 07 Oct 2023
165 points (89.9% liked)
Programmer Humor
19512 readers
339 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!
Helix is genuinely a great editor. Even the AppImage picks up LSP servers present on the system. If it works good enough for you, awesome! Don't stop using it because someone sang praises of neovim.
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.