chore: use stable astronvim

This commit is contained in:
Micah Halter
2023-03-10 10:41:34 -05:00
parent 173d7f67a0
commit 2d62b10020
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@ return {
-- Configure AstroNvim updates
updater = {
remote = "origin", -- remote to use
channel = "nightly", -- "stable" or "nightly"
channel = "stable", -- "stable" or "nightly"
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
branch = "nightly", -- branch name (NIGHTLY ONLY)
commit = nil, -- commit hash (NIGHTLY ONLY)