An open API service indexing awesome lists of open source software.

https://github.com/editor-code-assistant/eca-nvim

NVIM integration with ECA
https://github.com/editor-code-assistant/eca-nvim

ai editor neovim neovim-plugin plugin

Last synced: about 1 month ago
JSON representation

NVIM integration with ECA

Awesome Lists containing this project

README

          

# ECA Neovim Plugin

demo

A lightweight Neovim plugin that embeds [ECA (Editor Code Assistant)](https://eca.dev/) directly into your editor. It is designed to be very simple, while remaining highly customizable.

> Status: **Work in Progress** — we’re actively developing this plugin and would love feedback, bug reports, and contributions. If you’d like to help, check out [Development & contributing](./docs/development.md) or open an issue/PR.

## Quick Start

> Requires Neovim >= 0.8.0, curl and unzip.

1. Install via your plugin manager (see Installation below)
2. Run `:EcaChat` or press `ec`
3. Type your message and press `Ctrl+S`

## Documentation
- [Installation and system requirements](./docs/installation.md)
- [Usage guide (commands, keymaps, tips)](./docs/usage.md)
- [Configuration reference and presets](./docs/configuration.md)
- [Troubleshooting common issues](./docs/troubleshooting.md)
- [Development & contributing](./docs/development.md)

## Useful Links
- [Official ECA Website](https://eca.dev/)
- [ECA Documentation](https://docs.eca.dev/)
- [VS Code Plugin](https://marketplace.visualstudio.com/items?itemName=editor-code-assistant.eca-vscode)
- [ECA GitHub](https://github.com/editor-code-assistant)

## License
Apache License 2.0 — see [LICENSE](LICENSE) for details.

---

Made for the Neovim community

[Give a star if this plugin was useful](https://github.com/editor-code-assistant/eca-nvim)