fix: switch back to nvim nightly
This commit is contained in:
@@ -4,6 +4,8 @@ return { -- Neovim Updater
|
|||||||
"rootiest/nvim-updater.nvim",
|
"rootiest/nvim-updater.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = {
|
opts = {
|
||||||
|
build_type = "RelWithDebInfo",
|
||||||
|
branch = "master",
|
||||||
verbose = false,
|
verbose = false,
|
||||||
check_for_updates = true,
|
check_for_updates = true,
|
||||||
update_interval = (60 * 60) * 6, -- 6 hours
|
update_interval = (60 * 60) * 6, -- 6 hours
|
||||||
|
|||||||
Reference in New Issue
Block a user