aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <59826753+kylo252@users.noreply.github.com>2023-03-24 03:36:30 +0100
committerGitHub <noreply@github.com>2023-03-24 03:36:30 +0100
commit1f087c91f5ca76a2257b855d72d371a2b5302986 (patch)
treeb8680d45c69b95b8b6f5fb6d3fa6a0d8fad73c59 /README.md
parentfeat(typescript): add various missing function/method captures (diff)
downloadnvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar.gz
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar.bz2
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar.lz
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar.xz
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.tar.zst
nvim-treesitter-1f087c91f5ca76a2257b855d72d371a2b5302986.zip
fix(health): check required neovim version (#4330)
* fix(health): check required neovim version * fixup(health)!: require v0.8.3 for is_in_node_range * fixup(readme)!: always prefer latest neovim
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac73bd66f..0e525c0d5 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.8.0 or later** built with **tree-sitter 0.20.3+** (latest [nightly](https://github.com/neovim/neovim#install-from-source) recommended)
+- [Latest](https://github.com/neovim/neovim/releases/tag/stable) Neovim release ([nightly](https://github.com/neovim/neovim#install-from-source) recommended)
- `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)).