@@ -22,7 +22,7 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
2222
2323``` lua
2424{
25- " W3ND31 /eca-neovim " ,
25+ " editor-code-assistant /eca-nvim " ,
2626 config = function ()
2727 require (" eca" ).setup ()
2828 end
@@ -33,7 +33,7 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
3333
3434``` lua
3535use {
36- " W3ND31 /eca-neovim " ,
36+ " editor-code-assistant /eca-nvim " ,
3737 requires = {
3838 -- Required for enhanced UI components
3939 " MunifTanjim/nui.nvim" ,
5050
5151``` vim
5252" In your init.vim or init.lua
53- Plug 'W3ND31 /eca-neovim '
53+ Plug 'editor-code-assistant /eca-nvim '
5454
5555" Required dependencies
5656Plug 'MunifTanjim/nui.nvim'
6666### 📋 [ dein.vim] ( https://github.com/Shougo/dein.vim )
6767
6868``` vim
69- call dein#add('W3ND31 /eca-neovim ')
69+ call dein#add('editor-code-assistant /eca-nvim ')
7070
7171" Required dependencies
7272call dein#add('MunifTanjim/nui.nvim')
8282``` toml
8383# rocks.toml
8484[plugins ]
85- "eca-neovim" = { git = " W3ND31 /eca-neovim " }
85+ "eca-neovim" = { git = " editor-code-assistant /eca-nvim " }
8686
8787# Required dependencies
8888"nui.nvim" = { git = " MunifTanjim/nui.nvim" }
9494local add = MiniDeps .add
9595
9696add ({
97- source = " W3ND31 /eca-neovim " ,
97+ source = " editor-code-assistant /eca-nvim " ,
9898 depends = {
9999 -- Required dependencies
100100 " MunifTanjim/nui.nvim" ,
@@ -591,15 +591,15 @@ end)
591591
592592### 📞 Support
593593
594- - ** Issues** : [ GitHub Issues] ( https://github.com/W3ND31 /eca-neovim /issues )
595- - ** Discussions** : [ GitHub Discussions] ( https://github.com/W3ND31 /eca-neovim /discussions )
596- - ** Wiki** : [ GitHub Wiki] ( https://github.com/W3ND31 /eca-neovim /wiki )
594+ - ** Issues** : [ GitHub Issues] ( https://github.com/editor-code-assistant /eca-nvim /issues )
595+ - ** Discussions** : [ GitHub Discussions] ( https://github.com/editor-code-assistant /eca-nvim /discussions )
596+ - ** Wiki** : [ GitHub Wiki] ( https://github.com/editor-code-assistant /eca-nvim /wiki )
597597
598598### 🔧 Local Development
599599
6006001 . ** Clone the repository** :
601601 ``` bash
602- git clone https://github.com/W3ND31 /eca-neovim .git
602+ git clone https://github.com/editor-code-assistant /eca-nvim .git
603603 ```
604604
6056052 . ** Configure local path** :
@@ -662,6 +662,6 @@ This plugin was inspired and based on the work of:
662662
663663** ✨ Made with ❤️ for the Neovim community ✨**
664664
665- [ ⭐ Give a star if this plugin was useful!] ( https://github.com/W3ND31 /eca-neovim )
665+ [ ⭐ Give a star if this plugin was useful!] ( https://github.com/editor-code-assistant /eca-nvim )
666666
667667</div >
0 commit comments