Skip to content

Commit 400cd98

Browse files
committed
[Update] installation guide
1 parent 24e0b10 commit 400cd98

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +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" }
111-
```
112-
**Packer**
113-
```lua
114-
use {'mistricky/codesnap.nvim'}
115-
```
116-
117-
**Vim-Plug**
118-
```lua
119-
Plug 'mistricky/codesnap.nvim'
110+
{ "mistricky/codesnap.nvim", tag = "v2.0.0-beta.17" }
120111
```
121112

122113
> 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)