astronvim-config/updater.lua
2023-02-23 23:25:59 +01:00

13 lines
223 B
Lua

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,
}