Raise the minimum nvim version to 0.11

This commit is contained in:
orip 2025-07-08 01:07:14 +03:00
parent 3338d39206
commit cc1a4d7cc6
2 changed files with 3 additions and 16 deletions

View file

@ -12,7 +12,7 @@ local check_version = function()
return
end
if vim.version.ge(vim.version(), '0.10-dev') then
if vim.version.ge(vim.version(), '0.11') then
vim.health.ok(string.format("Neovim version is: '%s'", verstr))
else
vim.health.error(string.format("Neovim out of date: '%s'. Upgrade to latest stable or nightly", verstr))