mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(health): update required tree-sitter version
This commit is contained in:
committed by
Christian Clason
parent
f8bbc3177d
commit
5465196ba8
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user