Every developer I know is talking about Cursor. It’s an AI-powered IDE that’s getting a ton of buzz — and for good reason. I get the appeal. But I’m sticking with Neovim.

“Neovim? The terminal text editor? Isn’t that what beginners run away from?”

My story went the other way around. Neovim was my first editor. I didn’t choose it to be a power user. I chose it because I had no other option.

Why Neovim in the First Place

When I started coding, I didn’t have a laptop — just an Android phone. Every HTML editor on the app store was clunky and half-broken. Then I found Termux and Neovim, and suddenly I had a real development environment in my pocket.

By the time I got my first laptop, the muscle memory was already locked in. I never installed VS Code.

The Maintenance Arc

My Neovim journey wasn’t smooth. Early on, essential plugins were still underdeveloped. Getting Treesitter and LSP working was genuinely difficult — hours of debugging config files for something that “just works” in VS Code.

I started maintaining my own config, inspired by dotfile repos on GitHub. It grew over time until I had 150+ plugins working together. It was beautiful. It was also exhausting.

After 3 years of constant maintenance, I switched to LazyVim — a pre-configured Neovim distribution that handled the boring parts. Best decision I made. Same editing model, fraction of the upkeep.

Neovim in the Age of AI

I’ve been using GitHub Copilot since 2023. It’s a good auto-suggestion tool — helpful for boilerplate, great for tests. But that’s where I draw the line.

Cursor takes it further with built-in AI chat, agents, and inline editing. If your goal is solving problems as fast as possible, it’s objectively powerful.

But speed isn’t always the point.

I’m not anti-AI. I use Copilot daily. But I don’t want an editor that thinks for me by default. I want an editor that stays out of the way and lets me think — and then offers help when I ask for it.

Why I Stay

It’s not about productivity metrics or being contrarian. Neovim fits how I like to work:

The joy is in the tinkering, the problem-solving, and the slow process of getting better at your craft. For that journey, Neovim is the right companion.