From c0daeb5f244e02fa7c7ea8743c3c0a8f6152b266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 3 Oct 2022 04:20:40 +0200 Subject: [PATCH] Add LaTeX to which-key, switch to nightly brach, --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e0644f6..4e4f545 100644 --- a/init.lua +++ b/init.lua @@ -11,7 +11,7 @@ local config = { 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 = "main", -- branch name (NIGHTLY 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 @@ -381,6 +381,7 @@ local config = { ["f"] = { name = "Frames" }, }, ["m"] = { name = "Markdown" }, + ["x"] = { name = "LaTeX" }, }, }, },