This commit is contained in:
2023-06-03 21:48:04 +02:00
parent 0a5014a8e6
commit 9e43de1a2a
5 changed files with 3 additions and 11 deletions

View File

@@ -11,9 +11,6 @@ return {
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
},
},