@@ -23,26 +23,25 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
2323> Requires Neovim >= 0.8.0, curl and unzip.
2424
2525## π Documentation
26- - Installation and system requirements: [ docs/installation.md ] ( ./docs/installation.md )
27- - Usage guide (commands, keymaps, tips): [ docs/usage.md ] ( ./docs/usage.md )
28- - Configuration reference and presets: [ docs/configuration.md ] ( ./docs/configuration.md )
29- - Troubleshooting common issues: [ docs/troubleshooting.md ] ( ./docs/troubleshooting.md )
30- - Development & contributing: [ docs/development.md ] ( ./docs/development.md )
26+ - [ Installation and system requirements] ( ./docs/installation.md )
27+ - [ Usage guide (commands, keymaps, tips)] ( ./docs/usage.md )
28+ - [ Configuration reference and presets] ( ./docs/configuration.md )
29+ - [ Troubleshooting common issues] ( ./docs/troubleshooting.md )
30+ - [ Development & contributing] ( ./docs/development.md )
3131
3232## π Useful Links
33- - Official ECA Website: https://eca.dev/
34- - ECA Documentation: https://docs.eca.dev/
35- - VS Code Plugin: https://marketplace.visualstudio.com/items?itemName=editor-code-assistant.eca-vscode
36- - ECA GitHub: https://github.com/editor-code-assistant
33+ - [ Official ECA Website] ( https://eca.dev/ )
34+ - [ ECA Documentation] ( https://docs.eca.dev/ )
35+ - [ VS Code Plugin] ( https://marketplace.visualstudio.com/items?itemName=editor-code-assistant.eca-vscode )
36+ - [ ECA GitHub] ( https://github.com/editor-code-assistant )
3737
3838## π License
39- MIT License β see [ LICENSE] ( LICENSE ) for details.
39+ see [ LICENSE] ( LICENSE ) for details.
4040
4141## π Acknowledgments
4242Inspired by:
43- - avante.nvim β base structure and UI concepts
44- - eca-vscode β ECA server integration
45- - The Neovim community
43+ - [ avante.nvim] ( https://github.com/yetone/avante.nvim ) β base structure and UI concepts
44+ - [ eca-vscode] ( https://github.com/editor-code-assistant/eca-vscode ) β ECA server integration
4645
4746---
4847
0 commit comments