mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
docs(readme): mark Nvim 0.10 as required
This commit is contained in:
parent
377039daa2
commit
d740b0ad92
2 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ local NVIM_TREESITTER_MINIMUM_ABI = 13
|
|||
local function install_health()
|
||||
_start "Installation"
|
||||
|
||||
if fn.has "nvim-0.9.2" ~= 1 then
|
||||
_error "Nvim-treesitter requires Nvim 0.9.2 or newer"
|
||||
if fn.has "nvim-0.10" ~= 1 then
|
||||
_error "Nvim-treesitter requires Nvim 0.10 or newer"
|
||||
end
|
||||
|
||||
if fn.executable "tree-sitter" == 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue