Add LaTeX to which-key, switch to nightly brach,
This commit is contained in:
parent
8cbf1a32d9
commit
c0daeb5f24
3
init.lua
3
init.lua
@ -11,7 +11,7 @@ local config = {
|
|||||||
remote = "origin", -- remote to use
|
remote = "origin", -- remote to use
|
||||||
channel = "nightly", -- "stable" or "nightly"
|
channel = "nightly", -- "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 = "main", -- branch name (NIGHTLY ONLY)
|
branch = "nightly", -- branch name (NIGHTLY ONLY)
|
||||||
commit = nil, -- commit hash (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
|
skip_prompts = false, -- skip prompts about breaking changes
|
||||||
@ -381,6 +381,7 @@ local config = {
|
|||||||
["f"] = { name = "Frames" },
|
["f"] = { name = "Frames" },
|
||||||
},
|
},
|
||||||
["m"] = { name = "Markdown" },
|
["m"] = { name = "Markdown" },
|
||||||
|
["x"] = { name = "LaTeX" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user