mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-02-11 21:08:50 +00:00
fix: update neovim min required version
This commit is contained in:
parent
e87b7281ed
commit
318bd3e65c
@ -12,7 +12,7 @@ local check_version = function()
|
|||||||
return
|
return
|
||||||
end
|
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))
|
vim.health.ok(string.format("Neovim version is: '%s'", verstr))
|
||||||
else
|
else
|
||||||
vim.health.error(string.format("Neovim out of date: '%s'. Upgrade to latest stable or nightly", verstr))
|
vim.health.error(string.format("Neovim out of date: '%s'. Upgrade to latest stable or nightly", verstr))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user