Skip to content

Commit 14103a6

Browse files
docs: recommend usage as codecompanion extension
1 parent d1a68e3 commit 14103a6

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,19 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
2525

2626
```lua
2727
{
28-
"franco-ruggeri/codecompanion-spinner.nvim",
28+
"olimorris/codecompanion.nvim",
2929
dependencies = {
30-
"olimorris/codecompanion.nvim",
31-
"nvim-lua/plenary.nvim",
30+
{ "nvim-lua/plenary.nvim", version = false },
31+
"franco-ruggeri/codecompanion-spinner.nvim",
32+
},
33+
opts = {
34+
extensions = {
35+
spinner = {},
36+
},
3237
},
33-
opts = {}
3438
}
3539
```
3640

37-
If you use another plugin manager, make sure to call:
38-
39-
```lua
40-
require("codecompanion-spinner").setup()
41-
```
42-
4341
## 🙏 Acknowledgements
4442

4543
Thanks [yuhua99](https://github.com/yuhua99) for providing the basic [spinner

0 commit comments

Comments
 (0)