We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a68e3 commit 14103a6Copy full SHA for 14103a6
1 file changed
README.md
@@ -25,21 +25,19 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
25
26
```lua
27
{
28
- "franco-ruggeri/codecompanion-spinner.nvim",
+ "olimorris/codecompanion.nvim",
29
dependencies = {
30
- "olimorris/codecompanion.nvim",
31
- "nvim-lua/plenary.nvim",
+ { "nvim-lua/plenary.nvim", version = false },
+ "franco-ruggeri/codecompanion-spinner.nvim",
32
+ },
33
+ opts = {
34
+ extensions = {
35
+ spinner = {},
36
37
},
- opts = {}
38
}
39
```
40
-If you use another plugin manager, make sure to call:
-
-```lua
-require("codecompanion-spinner").setup()
41
-```
42
43
## 🙏 Acknowledgements
44
45
Thanks [yuhua99](https://github.com/yuhua99) for providing the basic [spinner
0 commit comments