Skip to content

Commit 01dfa9c

Browse files
[Chore] now we can tag stable version (#173)
Congratulations for version 2 release!
1 parent d8d55f5 commit 01dfa9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ We recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim) to install Co
107107

108108
**Lazy.nvim**
109109
```lua
110-
{ "mistricky/codesnap.nvim", tag = "v2.0.0-beta.17" }
110+
{ "mistricky/codesnap.nvim", tag = "v2.0.0" }
111111
```
112112

113113
> Maybe you are CodeSnap.nvim v1 user, you may notice that we remove the `build` option in v2, because we don't need to compile the Rust code anymore, we precompiled the `generator` shared file for common platforms, you can find the precompiled files in [releases](https://github.com/mistricky/codesnap.nvim/releases) page. So when you first install v2, CodeSnap.nvim will download the precompiled file automatically, it may take a few seconds to download the file, please be patient.

0 commit comments

Comments
 (0)