From 1c9a546fcdbec3cb8af0143409aa527d8e5ec7a9 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sun, 9 Jan 2022 21:56:52 +0800 Subject: [PATCH] Tighten requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba93ac532..76c5c6829 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ For more detailed information on setting these up, see ["Advanced setup"](#advan ## Requirements -- Neovim 0.5 or above +- Neovim latest stable version or [nightly](https://github.com/neovim/neovim#install-from-source) - `tar` and `curl` in your path (or alternatively `git`) - A C compiler in your path and libstdc++ installed ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)).