chore: use stable astronvim
parent
173d7f67a0
commit
2d62b10020
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
A user configuration template for [AstroNvim](https://github.com/AstroNvim/AstroNvim)
|
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
|
## 🛠️ Installation
|
||||||
|
|
||||||
#### Make a backup of your current nvim and shared folder
|
#### Make a backup of your current nvim and shared folder
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -2,7 +2,7 @@ return {
|
||||||
-- Configure AstroNvim updates
|
-- Configure AstroNvim updates
|
||||||
updater = {
|
updater = {
|
||||||
remote = "origin", -- remote to use
|
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)
|
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
|
||||||
branch = "nightly", -- branch name (NIGHTLY ONLY)
|
branch = "nightly", -- branch name (NIGHTLY ONLY)
|
||||||
commit = nil, -- commit hash (NIGHTLY ONLY)
|
commit = nil, -- commit hash (NIGHTLY ONLY)
|
||||||
|
|
Loading…
Reference in New Issue