Live data from Hacker News

Leaving Neovim for Zed

stevedylan.dev

31–40 of 331 posts

Re: Leaving Neovim for Zed

#31
post #5

I’ve also recently switched (largely) from Vim to Zed and I also think that Zed is in many ways great. At the same time it’s been pretty frustrating to use an editor that is spending so much time building AI integrations, REPLs, and so fourth when basic things like cut and paste and common Vim motions still have so many bugs. I’d love to see them prioritize getting the basics solid first.

[deleted]

Re: Leaving Neovim for Zed

#32

I tried leaving vim for Helix but turns out it's not curated at my employer's site so I'm back to using vim. Zed would be even worse considering it's a desktop app. There is the option of using vscode but I'm one of those aliens who absolutely dislike that program.

    > Helix would be even worse considering it's a desktop app.
Helix is a terminal app.

Re: Leaving Neovim for Zed

#33

I tried leaving vim for Helix but turns out it's not curated at my employer's site so I'm back to using vim. Zed would be even worse considering it's a desktop app. There is the option of using vscode but I'm one of those aliens who absolutely dislike that program.

> Helix would be even worse considering it's a desktop app. Helix is a terminal app.

Sorry I meant to say Zed. Edit fixed.

Re: Leaving Neovim for Zed

#35
Echoing similar sentiments that I'm optimistic for Zed to become more polished and stable.

Till then, Sublime Text 4 is still the best non-terminal text editor I've ever used and I continue to daily drive it. Sure its paid and non-FOSS, but its incredibly performant on Linux and Windows and its LSP extension + Sublime Merge fill the gap left by VSCode for me. Well worth the price tag IMO.

Re: Leaving Neovim for Zed

#36
post #6
post #5

I’ve also recently switched (largely) from Vim to Zed and I also think that Zed is in many ways great. At the same time it’s been pretty frustrating to use an editor that is spending so much time building AI integrations, REPLs, and so fourth when basic things like cut and paste and common Vim motions still have so many bugs. I’d love to see them prioritize getting the basics solid first.

Yeah I feel the same way. The fact that Zed uses the system clipboard as the default register in vim mode, for instance, made it impossible to use in practice for me -- having every yank replace my clipboard was a bit of a nightmare!

And then there's me that configs vim to use the system clipboard by default

Re: Leaving Neovim for Zed

#39
Does Zed support remote/containers development now? It was the major blocker for me when i tried it, so i had to retreat back to VSCode. I’m not sure if programming is a social activity so their focus on collaboration is a little odd to me.

Re: Leaving Neovim for Zed

#40
I’m going to somehow misuse this discussion to ask for the readership help about something: I don’t understand the appeal of VSCode or more exactly I don’t understand the appeal of the text editor propped with plugins to be a semi-IDE so I guess that would also include Neovim with plugins.

In my career, I have used text editors including vim which I still very much enjoy and both Eclipse and IntelliJ when I used to code in Java which I also enjoyed.

VSCode seems to me to be as slow than a full IDE - too slow to be a nice editor - while having less features and an inferior UI to a full IDE. I don’t get it. Is it because so many languages don’t have a good IDE so people have come to accept the subpar editor+plugin experience?

Post reply on HN