Skip to content

Commit 42c959b

Browse files
committed
Fix readme new org
1 parent 055b162 commit 42c959b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3535
use {
36-
"W3ND31/eca-neovim",
36+
"editor-code-assistant/eca-nvim",
3737
requires = {
3838
-- Required for enhanced UI components
3939
"MunifTanjim/nui.nvim",
@@ -50,7 +50,7 @@ use {
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
5656
Plug 'MunifTanjim/nui.nvim'
@@ -66,7 +66,7 @@ EOF
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
7272
call dein#add('MunifTanjim/nui.nvim')
@@ -82,7 +82,7 @@ EOF
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" }
@@ -94,7 +94,7 @@ EOF
9494
local add = MiniDeps.add
9595

9696
add({
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

600600
1. **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

605605
2. **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

Comments
 (0)