carlos-algms/agentic.nvim

487 stars · Last commit 2026-05-29

Agentic Chat Interface directly in Neovim with ACP providers from Claude-Code, Gemini, Codex, OpenCode, and Cursor-agent

README preview

# Agentic.nvim

![PR Checks](https://github.com/carlos-algms/agentic.nvim/actions/workflows/pr-check.yml/badge.svg)

> ⚡ A Chat interface for AI agents in Neovim that works with any provider
> supporting the [Agent Client Protocol (ACP)](https://agentclientprotocol.com)
> — including Claude, Gemini, Codex, OpenCode, Cursor Agent, Copilot, Auggie,
> Mistral Vibe, Cline, Goose, Kiro, Pi, and more.

**Agentic.nvim** brings your AI assistant to Neovim through the implementation
of the [Agent Client Protocol (ACP)](https://agentclientprotocol.com).

You'll get the same results and performance as you would when using the ACP
provider's official CLI directly from the terminal.

Agentic.nvim is the interface, your agent is the Brain. This plugin will use all
the same configurations and authentication methods you already have set up on
your terminal.

Including your MCP servers, commands, SKILLs, and sub-agents, you don't have to

View full repository on GitHub →