this post was submitted on 07 Oct 2023
172 points (90.2% liked)

Programmer Humor

19187 readers
1273 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

founded 1 year ago
MODERATORS
 

it's not worth the effort

you are viewing a single comment's thread
view the rest of the comments
[–] d_k_bo@feddit.de 34 points 11 months ago (4 children)
[–] Zanshi@lemmy.world 9 points 11 months ago

I love helix, it’s so easy to configure, sane defaults and it feels just right!

[–] lavafroth@programming.dev 6 points 11 months ago

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.

[–] jelloeater85@lemmy.world 4 points 11 months ago (1 children)

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.

[–] d_k_bo@feddit.de 3 points 11 months ago* (last edited 11 months ago)

I recently noticed that micro is getting more powerful. It seems to have some LSP support now.

[–] syl@programming.dev 1 points 11 months ago (1 children)

Does this support extensions? Things like copilot and git diff plugins...?

[–] d_k_bo@feddit.de 3 points 11 months ago

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.