From b54de4b48a2e0481da8fc502e6e2a5cf5e4b0ba2 Mon Sep 17 00:00:00 2001 From: kiyan Date: Wed, 9 Feb 2022 22:36:45 +0100 Subject: [PATCH] doc(readme): update requirement from 0.5 to 0.6 --- README.md | 2 +- doc/nvim-tree-lua.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0119f0d..8420b6a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Notice -This plugin requires [neovim >=0.5.0](https://github.com/neovim/neovim/wiki/Installing-Neovim). +This plugin requires [neovim >=0.6.0](https://github.com/neovim/neovim/wiki/Installing-Neovim). If you have issues since the recent setup migration, check out [this guide](https://github.com/kyazdani42/nvim-tree.lua/issues/674) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 21e343c9..064864a2 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -1,13 +1,13 @@ *nvim-tree.lua* A file explorer written in lua -Minimum version of neovim: 0.5.0 +Minimum version of neovim: 0.6.0 Author: Yazdani Kiyan ============================================================================== INTRODUCTION *nvim-tree-introduction* -This file explorer requires `neovim >= 0.5.0` +This file explorer requires `neovim >= 0.6.0` ============================================================================== QUICK START *nvim-tree-quickstart*