fix: update neovim min required version

This commit is contained in:
TJ DeVries 2026-01-27 10:42:05 -05:00
parent e87b7281ed
commit 318bd3e65c
1 changed files with 1 additions and 1 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))