fix(health): update required tree-sitter version

This commit is contained in:
Christian Clason
2026-01-29 10:17:04 +01:00
committed by Christian Clason
parent f8bbc3177d
commit 5465196ba8

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, 0 }
local TREE_SITTER_MIN_VER = { 0, 26, 1 }
---@param name string
---@return table?