this post was submitted on 22 Jun 2025
9 points (90.9% liked)

Neovim

2507 readers
1 users here now

founded 2 years ago
MODERATORS
 

While LLMs deliver at times questionable quality of code, they can be none the less helpful to give feedback, explain syntax or high level concepts. I was wondering how people are integrating them in neovim. How are you using LLMs? Is it worth thinking about a setup?

you are viewing a single comment's thread
view the rest of the comments
[–] gid@lemmy.blahaj.zone 3 points 4 days ago

I've used gen.nvim and codecompanion.nvim, both with a local ollama server running.

I think gen.nvim was a little more straightforward to use, but in general I don't find LLM-aided coding to be that helpful to me.