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
- Host: GitHub
- URL: https://github.com/editor-code-assistant/eca-nvim
- Owner: editor-code-assistant
- License: apache-2.0
- Created: 2025-07-31T13:02:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T12:42:59.000Z (about 2 months ago)
- Last Synced: 2026-01-14T16:51:51.448Z (about 2 months ago)
- Topics: ai, editor, neovim, neovim-plugin, plugin
- Language: Lua
- Homepage: https://eca.dev
- Size: 20.2 MB
- Stars: 53
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECA Neovim Plugin

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)