[Fix] correct Neovim version (#85)
I don't know, maybe it's common to call is v9, but officially it's 0.9.pull/89/head
parent
6f5544774c
commit
727584b109
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue