From a335618d5a4c5fb5bc8792e8820b60945569c371 Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 21 Nov 2023 09:30:49 +0800 Subject: [PATCH] docs: Clarify about neovim 0.7 in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0708a4a..52aed5a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Table of contents ## Prerequisites - Neovim 0.7+ + - To use modifiers on [commands](#commands), Neovim 0.8 is required. + Everything else works with Neovim 0.7. - Properly configured Neovim LSP client (otherwise only markdown is supported) ## Installation