this post was submitted on 10 Aug 2026
59 points (96.8% liked)
Programming
28062 readers
503 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe that is the sad conclusion and a perpetual fallback license is what I'll end up with.
Neovim was highly praised by a colleague and a friend. And when streaming was a big thing (COVID, eh?), there were neovim streamers out there singing it praises. But after a month of failing to configure anything that was even close to what a proper IDE has, I just dropped it. The meme about vim and emacs users spending years configuring their IDE is no joke, and I just don't have the time for that.
Yeah, Cursor has an ACP, but the ACP integration in Jetbrains is... meh. I tested a few to make my employer happy, but found that the major problem in the chain was/is the Jetbrains IDE. It seems like Jetbrains IDEs are much better without agentic coding than with. At least my experience.
I am not a big fan of coding agents. I have no troubles with Claude and jetbrains for what I personally do. But I use it for docs, minor fixes and test cases.
Primagen is one of those neovim nerds, not sure if he published its setup anywe6
It's so intimidating how fast Primagen is with Vim. Wish I had the time and his stamina to learn a fraction of what he does with motions. He once said he kinda cringes when he has to watch people using a regular IDE.
Anyways. Vim nerds may despise this but I'd never would try to tailor my own Neovim config. I straight up started with LazyVim. Still not free from confusing elements but after I jotted down all my most needed motions and used them over and over, it is approximately usable. Still fuck up some motions and end up with gibberish, still faster with a regular IDE, but I now would know my way around Vim, if no other editor would be around.
What the community has accomplished to create within a TUI is astounding. Equally the amount of work that has gone into plugins. Code completition and debugging support, e.g. for Rust is excellent.