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?
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.