mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(health): only require ts>=v0.25
This commit is contained in:
parent
dd63d7141f
commit
0140c29b31
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, 4 }
|
||||
local TREE_SITTER_MIN_VER = { 0, 25, 0 }
|
||||
|
||||
---@param name string
|
||||
---@return table?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue