We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c959b commit 600e6cdCopy full SHA for 600e6cd
README.md
@@ -21,12 +21,7 @@ A modern Neovim plugin that integrates [ECA (Editor Code Assistant)](https://eca
21
#### Basic Configuration
22
23
```lua
24
-{
25
- "editor-code-assistant/eca-nvim",
26
- config = function()
27
- require("eca").setup()
28
- end
29
-}
+{ "editor-code-assistant/eca-nvim", opts = {} }
30
```
31
32
### 📦 [packer.nvim](https://github.com/wbthomason/packer.nvim)
0 commit comments