this post was submitted on 22 Jun 2025
6 points (71.4% liked)

Neovim

2713 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 5 points 7 months 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.