chore: use stable astronvim

This commit is contained in:
Micah Halter 2023-03-10 10:41:34 -05:00
parent 173d7f67a0
commit 2d62b10020
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
2 changed files with 1 additions and 3 deletions

2
.github/README.md vendored
View File

@ -2,8 +2,6 @@
A user configuration template for [AstroNvim](https://github.com/AstroNvim/AstroNvim)
**Note:** This repository does require AstroNvim v3.0. Because of this, `nightly` is currently the default update channel until v3.0 is released to stable when it will be changed to using `stable` by default.
## 🛠️ Installation
#### Make a backup of your current nvim and shared folder

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)