⚠️ This is a Proof of Concept. It is fully vibe coded and not production-ready.
My AI + Nvim implementation using ACP.
I tried most of the AI plugins avaiable to Neovim (at least the most famous ones), and I didn't like some parts of each one.
- Avante: Feels i little too big and complicated, I want somthing more simple and lightweight.
- Code Companion: Feels I little complicated for what I want.
- sidekick: Too much focused in
github-copilot, but closer to what I want. - agentic: Honestly, I probably would be fine using this, is really close to what I want, but also, will be more fun to do it myself, so here it is.
Because the goal right now is to explore and experiment, not to engineer. I never developed a Neovim plugin neither developed in Lua, so vibe code feels rigth to explore this idea.
Not forever. Once the core ideas solidify and the project finds its shape, it'll get proper structure, refactoring, and maybe even tests. But for now, vibes.