mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-27 03:46:29 +00:00
[Fix] correct Neovim version (#85)
I don't know, maybe it's common to call is v9, but officially it's 0.9.
This commit is contained in:
parent
6f5544774c
commit
727584b109
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue