Agent Client Protocol (ACP) client for Neovim.
NOTE: this plugin is in early development. Use at your own risk
- Neovim >= 0.12
- An agent that supports ACP. See list of ACP-compatible agents here
You can install acp.nvim using any plugin manager that supports git, like lazy.nvim, vim-plug, etc. See the documentation of your plugin manager for how to install a plugin with them.
Nvim 0.12 has a built-in plugin manager, so you can also install unnest.nvim using
vim.pack.add { "https://github.com/brianhuster/unnest.nvim" }See :h acp for more details.