From cfe09b4a480937a9ba99f21bc5ab41fdb5b4fba9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 9 May 2026 01:13:56 +0200 Subject: [PATCH] docs(readme): document git 2.25+ requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a5785..da4f9ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ My Neovim config. ## System Requirements -Only supports Linux, macOS and other BSD variants. Requires neovim v0.12. +Only supports Linux, macOS and other BSD variants. Requires neovim v0.12 and git v2.25 or newer (the git module uses `git restore`, which stabilized in 2.25). ## License