Ask HN: LLM Assisted Vim Workflows?
Insanity
a day ago
2
3
Hi HN,

As the title suggested, any recommendations and tips to build in LLM assistants with Vim? Any experiences to share about such a setup?

I’ve only dabbled with AI-assisted coding using Gemini / ChatGPT “on the side”, rather than a fully integrated experience like Cursor.

whinvika day ago
Not personally following this space but can we not just try Zed in Vim mode? It already has AI assistance built in.
sejje19 hours ago
I use aider paired with vim. In separate tabs.
skwee357an hour ago
I use CodeCompanion with Gemini. I think it’s on par with all other popular tools: you can chat with it, you can give it control over one file, or over the entire project.