From 59d4c14a1a4262cf637ff2420032593afa062749 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 15 Jan 2024 12:51:58 +0100 Subject: feat!: bump minimum Nvim version to 0.9.2 required for empty injection fix --- lua/nvim-treesitter/health.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index a71cbf5cd..be265f7d0 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -23,8 +23,8 @@ local NVIM_TREESITTER_MINIMUM_ABI = 13 local function install_health() _start "Installation" - if fn.has "nvim-0.9.1" ~= 1 then - _error "Nvim-treesitter requires Neovim 0.9.1+" + if fn.has "nvim-0.9.2" ~= 1 then + _error "Nvim-treesitter requires Nvim 0.9.2 or newer" end if fn.executable "tree-sitter" == 0 then -- cgit v1.2.3-70-g09d2