We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b728 commit 318bd3eCopy full SHA for 318bd3e
lua/kickstart/health.lua
@@ -12,7 +12,7 @@ local check_version = function()
12
return
13
end
14
15
- if vim.version.ge(vim.version(), '0.10-dev') then
+ if vim.version.ge(vim.version(), '0.11') then
16
vim.health.ok(string.format("Neovim version is: '%s'", verstr))
17
else
18
vim.health.error(string.format("Neovim out of date: '%s'. Upgrade to latest stable or nightly", verstr))
0 commit comments