We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
1 parent ba93c3e commit 2c64d92Copy full SHA for 2c64d92
README.md
@@ -35,8 +35,6 @@
35
36
<br>
37
38
-## Setup with [Lazy.nvim](https://github.com/folke/lazy.nvim)
39
-
40
### Quick start
41
42
```lua
@@ -51,6 +49,22 @@
51
49
}
52
50
```
53
+> [!WARNING]
+> 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
68
### Default configuration
69
70
0 commit comments