aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/health.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua
index be265f7d0..32741b136 100644
--- a/lua/nvim-treesitter/health.lua
+++ b/lua/nvim-treesitter/health.lua
@@ -23,8 +23,8 @@ local NVIM_TREESITTER_MINIMUM_ABI = 13
local function install_health()
_start "Installation"
- if fn.has "nvim-0.9.2" ~= 1 then
- _error "Nvim-treesitter requires Nvim 0.9.2 or newer"
+ if fn.has "nvim-0.10" ~= 1 then
+ _error "Nvim-treesitter requires Nvim 0.10 or newer"
end
if fn.executable "tree-sitter" == 0 then