From 727584b1095b381304c6aedf57e3c9331a4e43d2 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Mon, 15 Apr 2024 00:19:16 +0900 Subject: [PATCH] [Fix] correct Neovim version (#85) I don't know, maybe it's common to call is v9, but officially it's 0.9. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d67dcbb..571dfa8 100644 --- a/README.md +++ b/README.md @@ -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.