astronvim-config/updater.lua

13 lines
223 B
Lua
Raw Normal View History

2023-02-23 23:25:59 +01:00
return {
remote = "origin",
channel = "stable",
version = "latest",
branch = "main",
commit = nil,
pin_plugins = nil,
skip_prompts = false,
show_changelog = true,
auto_reload = true,
auto_quit = true,
}