summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropalmay <[email protected]>2023-02-17 13:46:17 +0200
committeropalmay <[email protected]>2023-02-17 13:46:17 +0200
commit415521b34d8fe03fef4655946b404a0bf29cc9ed (patch)
tree21c08af17ac4c30168cbc43e01367cbc094e23e4
parentc1325498a231434fc0c30a4defd4eb14beb82b1f (diff)
feat: newer compat tagnvim-v0.9-bump
-rw-r--r--lua/lvim/utils/hooks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/utils/hooks.lua b/lua/lvim/utils/hooks.lua
index 72094c84..37a8db93 100644
--- a/lua/lvim/utils/hooks.lua
+++ b/lua/lvim/utils/hooks.lua
@@ -43,7 +43,7 @@ function M.run_post_update()
Log:debug "Starting post-update hook"
if vim.fn.has "nvim-0.9" ~= 1 then
- local compat_tag = "1.1.4"
+ local compat_tag = "1.2.0"
vim.notify(
"Please upgrade your Neovim base installation. Newer version of Lunarvim requires v0.9+",
vim.log.levels.WARN