fix mason

This commit is contained in:
2023-02-04 17:25:37 +01:00
parent 4027ba20a2
commit dc788b1c00
5 changed files with 19 additions and 23 deletions

View File

@@ -1,12 +1,12 @@
return {
remote = "origin", -- remote to use
--remote = "origin", -- remote to use
--channel = "stable", -- "stable" or "nightly"
channel = "nightly", -- "stable" or "nightly"
--version = "v2.11.7", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
--version="latest",
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)
--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_reload = false, -- automatically reload and sync packer after a successful update