From 0cc15bbd9ca2290fa6413983465ee909c0ca2015 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 4 Oct 2024 13:58:44 -0400 Subject: [PATCH] fix: switch back to nvim nightly --- lua/plugins/nvim_updater.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/nvim_updater.lua b/lua/plugins/nvim_updater.lua index 8026d68..0c9d116 100644 --- a/lua/plugins/nvim_updater.lua +++ b/lua/plugins/nvim_updater.lua @@ -4,6 +4,8 @@ return { -- Neovim Updater "rootiest/nvim-updater.nvim", lazy = true, opts = { + build_type = "RelWithDebInfo", + branch = "master", verbose = false, check_for_updates = true, update_interval = (60 * 60) * 6, -- 6 hours