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
[–] annoyed_onion@lemmy.world 3 points 5 days ago

I'm still a bit sceptical over LLMs but I've used copilot for line code completion for a few years now.

More recently I've started playing about with agents. I've been using avante.nvim for a couple of months with Claude and quite like it. The setup was a bit of a faff but it works quite well and has support for the more mainstream agents.

Over the last few days I've started trying out augment code which has a neovim plugin. Still on the fence about that one.

I'm no expert when it comes to any of this but this is what I've been messing about with. Hope it's useful!