diff options
author | kylo252 <[email protected]> | 2022-01-24 13:02:19 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-24 13:02:19 +0100 |
commit | 0cdf7e2e5ddd30fa677fd422ea1052110b42b27d (patch) | |
tree | d96d137fdfac2c65947fa037e4634362e1456039 /lua/lvim/bootstrap.lua | |
parent | 440324996c37591be74344b17f8450662dac4759 (diff) | |
parent | 25e8b2234915f7862d1c6fcd9477b0c1b1ea1bf4 (diff) |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/bootstrap.lua')
-rw-r--r-- | lua/lvim/bootstrap.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lvim/bootstrap.lua b/lua/lvim/bootstrap.lua index 2300c753..c324055a 100644 --- a/lua/lvim/bootstrap.lua +++ b/lua/lvim/bootstrap.lua @@ -1,7 +1,7 @@ local M = {} -if vim.fn.has "nvim-0.6" ~= 1 then - vim.notify("Please upgrade your Neovim base installation. Lunarvim requires v0.6+", vim.log.levels.WARN) +if vim.fn.has "nvim-0.6.1" ~= 1 then + vim.notify("Please upgrade your Neovim base installation. Lunarvim requires v0.6.1+", vim.log.levels.WARN) vim.wait(5000, function() return false end) |