1
0
Fork 0

[Fix] correct Neovim version (#85)

I don't know, maybe it's common to call is v9, but officially it's 0.9.
main
OKURA Masafumi 2024-04-15 00:19:16 +09:00 committed by GitHub
parent 6f5544774c
commit 727584b109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ v1.x has a different architecture and better performance than v0.x, and v1.x can
- 🔢 [WIP] Column number - 🔢 [WIP] Column number
## Prerequirements ## Prerequirements
- Neovim 9.0+ - Neovim 0.9.0+
## Install ## Install
We recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim) to install CodeSnap.nvim, but you can still use another plugin manager you prefer. We recommend using [Lazy.nvim](https://github.com/folke/lazy.nvim) to install CodeSnap.nvim, but you can still use another plugin manager you prefer.