Skip to content

Commit 3bfe8ef

Browse files
committed
doc: mention how to install with the rocks.nvim plugin manager
rocks.nvim takes care of dependencies for you.
1 parent a08f0a5 commit 3bfe8ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,18 @@ For building binary if you wish to build from source, then `cargo` is required.
231231

232232
</details>
233233

234+
<details>
235+
236+
<summary><a href="https://github.com/lumen-oss/rocks.nvim">rocks.nvim</a></summary>
237+
238+
Run `:Rocks install avante.nvim` then add to your init.lua:
239+
240+
```lua
241+
require('avante').setup()
242+
```
243+
244+
</details>
245+
234246
<details>
235247

236248
<summary>vim-plug</summary>

0 commit comments

Comments
 (0)