From 8dadbd63e27d90548d1bd545ac84bbaf00ae61a4 Mon Sep 17 00:00:00 2001 From: William Boman Date: Wed, 19 Feb 2025 08:36:37 +0100 Subject: chore!: update required Neovim version to 0.10.0 --- lua/mason/health.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/mason/health.lua b/lua/mason/health.lua index 42e5f4bd..5c54b1b3 100644 --- a/lua/mason/health.lua +++ b/lua/mason/health.lua @@ -81,10 +81,10 @@ local function check_registries() end local function check_neovim() - if vim.fn.has "nvim-0.9.0" == 1 then - report_ok "neovim version >= 0.9.0" + if vim.fn.has "nvim-0.10.0" == 1 then + report_ok "neovim version >= 0.10.0" else - report_error("neovim version < 0.9.0", { "Upgrade Neovim." }) + report_error("neovim version < 0.10.0", { "Upgrade Neovim." }) end end -- cgit v1.2.3-70-g09d2