feat(bootstrap): bump nvim req to 0.11

This commit is contained in:
2024-08-09 01:28:01 +02:00
parent 4c460c6830
commit 96a6eecead
+2 -2
View File
@@ -1,8 +1,8 @@
local version = vim.version()
if version.major == 0 then
if version.minor < 10 then
error("Neovim version 0.10 or above is required with this configuration.")
if version.minor < 11 then
error("Neovim version 0.11 or above is required with this configuration.")
end
end