Skip to content

Commit 600e6cd

Browse files
committed
update config
1 parent 42c959b commit 600e6cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
2121
#### Basic Configuration
2222

2323
```lua
24-
{
25-
"editor-code-assistant/eca-nvim",
26-
config = function()
27-
require("eca").setup()
28-
end
29-
}
24+
{ "editor-code-assistant/eca-nvim", opts = {} }
3025
```
3126

3227
### 📦 [packer.nvim](https://github.com/wbthomason/packer.nvim)

0 commit comments

Comments
 (0)