From 1f8fcec8b1bd3e41026e6ac263e640e69482457b Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 14 Apr 2024 09:11:41 +0300 Subject: [PATCH] docs: specify required neovim version --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e50ce89f..f7ed7c41 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,12 @@ Yazi is a blazing fast file manager for the terminal. This plugin allows you to ## Installation -> **Note:** This plugin requires a recent version of yazi. -> You can run `:checkhealth yazi` to see if a compatible version is installed and working. +First, make sure you have the requirements: + +- neovim 0.9.x or later +- yazi 0.2.4 or later. For the best experience, use a version released after 2024-04-06 that includes [this](https://github.com/sxyazi/yazi/pull/880) change + +> You can run `:checkhealth yazi` to see if compatible versions are installed and working. Using lazy.nvim: