mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(health): update required tree-sitter version
This commit is contained in:
parent
f8bbc3177d
commit
5465196ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue