1
0
Fork 0

[Update] README.md - fix references to incorrect package (#66)

main
JT Smith 2024-04-04 19:44:18 -06:00 committed by GitHub
parent 985e60931d
commit 42ee8bf327
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -48,12 +48,12 @@ We recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim) to install Co
```
**Packer**
```lua
use {'krivahtoo/silicon.nvim', run = 'make'}
use {'mistricky/codesnap.nvim', run = 'make'}
```
**Vim-Plug**
```lua
Plug 'krivahtoo/silicon.nvim', { 'do': 'make' }
Plug 'mistricky/codesnap.nvim', { 'do': 'make' }
```
It's worth mentioning that the screenshot feature is implemented by a module called `generator` written in Rust, when `make` the project, the CodeSnap.nvim will mount a precompiled cross-compile `generator` shared file into the plugin that depends on what OS you are using.