forked from mirror/codesnap.nvim
[Fix] correct Neovim version (#85)
I don't know, maybe it's common to call is v9, but officially it's 0.9.main
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
|
||||
|
||||
## Prerequirements
|
||||
- Neovim 9.0+
|
||||
- Neovim 0.9.0+
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue