From c1325498a231434fc0c30a4defd4eb14beb82b1f Mon Sep 17 00:00:00 2001 From: opalmay Date: Fri, 17 Feb 2023 13:40:41 +0200 Subject: feat: lock new installations to nvim 0.9+ --- lua/lvim/utils/hooks.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/lvim/utils/hooks.lua') diff --git a/lua/lvim/utils/hooks.lua b/lua/lvim/utils/hooks.lua index af9ca99a..72094c84 100644 --- a/lua/lvim/utils/hooks.lua +++ b/lua/lvim/utils/hooks.lua @@ -42,10 +42,10 @@ end function M.run_post_update() Log:debug "Starting post-update hook" - if vim.fn.has "nvim-0.8" ~= 1 then + if vim.fn.has "nvim-0.9" ~= 1 then local compat_tag = "1.1.4" vim.notify( - "Please upgrade your Neovim base installation. Newer version of Lunarvim requires v0.7+", + "Please upgrade your Neovim base installation. Newer version of Lunarvim requires v0.9+", vim.log.levels.WARN ) vim.wait(1000) -- cgit v1.2.3