forked from AstroNvim/user_example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update): v3 released to nightly
- Loading branch information
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-- Configure AstroNvim updates | ||
return { | ||
-- remote = "origin", -- remote to use | ||
remote = "origin", -- remote to use | ||
channel = "nightly", -- "stable" or "nightly" | ||
-- version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY) | ||
branch = "v3", -- branch name (NIGHTLY ONLY) | ||
-- commit = nil, -- commit hash (NIGHTLY ONLY) | ||
-- pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only) | ||
-- skip_prompts = false, -- skip prompts about breaking changes | ||
-- show_changelog = true, -- show the changelog after performing an update | ||
-- auto_quit = false, -- automatically quit the current session after a successful update | ||
-- remotes = { -- easily add new remotes to track | ||
-- ["remote_name"] = "https://remote_url.come/repo.git", -- full remote url | ||
-- ["remote2"] = "github_user/repo", -- GitHub user/repo shortcut, | ||
-- ["remote3"] = "github_user", -- GitHub user assume AstroNvim fork | ||
-- }, | ||
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) | ||
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only) | ||
skip_prompts = false, -- skip prompts about breaking changes | ||
show_changelog = true, -- show the changelog after performing an update | ||
auto_quit = false, -- automatically quit the current session after a successful update | ||
remotes = { -- easily add new remotes to track | ||
-- ["remote_name"] = "https://remote_url.come/repo.git", -- full remote url | ||
-- ["remote2"] = "github_user/repo", -- GitHub user/repo shortcut, | ||
-- ["remote3"] = "github_user", -- GitHub user assume AstroNvim fork | ||
}, | ||
} |