Skip to content

Commit 2c64d92

Browse files
committed
docs: add stable rollback info to README.md
1 parent ba93c3e commit 2c64d92

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535

3636
<br>
3737

38-
## Setup with [Lazy.nvim](https://github.com/folke/lazy.nvim)
39-
4038
### Quick start
4139

4240
```lua
@@ -51,6 +49,22 @@
5149
}
5250
```
5351

52+
> [!WARNING]
53+
> If you see any problem with the new updates, you can change to most stable version
54+
55+
```lua
56+
{
57+
"A7lavinraj/assistant.nvim",
58+
commit = "ca42f5231203ff3c9356180f2d4ca96061a70ef4",
59+
dependencies = { "folke/snacks.nvim" }, -- optional but recommended
60+
lazy = false, -- if you want to start TCP Listener on neovim startup
61+
keys = {
62+
{ "<leader>a", "<cmd>AssistantToggle<cr>", desc = "Assistant.nvim" }
63+
},
64+
opts = {}
65+
}
66+
```
67+
5468
### Default configuration
5569

5670
```lua

0 commit comments

Comments
 (0)