mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
feat!: LazyVim now requires Neovim >= 0.11 See #6421 for more info
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
if vim.fn.has("nvim-0.9.0") == 0 then
|
||||
if vim.fn.has("nvim-0.11.0") == 0 then
|
||||
vim.api.nvim_echo({
|
||||
{ "LazyVim requires Neovim >= 0.9.0\n", "ErrorMsg" },
|
||||
{ "LazyVim requires Neovim >= 0.11.0\n", "ErrorMsg" },
|
||||
{ "For more info, see: https://github.com/LazyVim/LazyVim/issues/6421\n", "Comment" },
|
||||
{ "Press any key to exit", "MoreMsg" },
|
||||
}, true, {})
|
||||
vim.fn.getchar()
|
||||
|
||||
Reference in New Issue
Block a user