From 2aa9e9b0e655462890c6d2d8632a0d569be66482 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 12 Aug 2023 16:52:36 +0200 Subject: feat!: bump required Nvim version to 0.9.1 --- 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 0edab2a55..a71cbf5cd 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.8.3" ~= 1 then - _error "Nvim-treesitter requires Neovim 0.8.3+" + if fn.has "nvim-0.9.1" ~= 1 then + _error "Nvim-treesitter requires Neovim 0.9.1+" end if fn.executable "tree-sitter" == 0 then -- cgit v1.2.3-70-g09d2