fix(health): only require ts>=v0.25

This commit is contained in:
Christian Clason 2025-05-27 15:20:55 +02:00 committed by Christian Clason
parent dd63d7141f
commit 0140c29b31

View file

@ -7,7 +7,7 @@ local health = vim.health
local M = {}
local NVIM_TREESITTER_MINIMUM_ABI = 13
local TREE_SITTER_MIN_VER = { 0, 25, 4 }
local TREE_SITTER_MIN_VER = { 0, 25, 0 }
---@param name string
---@return table?