From c959b2112fb4c82b5bfd410df21706455225bd40 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 3 Jul 2024 17:03:56 +0100 Subject: minor additions --- lua/config/latex-which_key.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/config/latex-which_key.lua (limited to 'lua/config/latex-which_key.lua') diff --git a/lua/config/latex-which_key.lua b/lua/config/latex-which_key.lua new file mode 100644 index 0000000..3553455 --- /dev/null +++ b/lua/config/latex-which_key.lua @@ -0,0 +1,13 @@ +-- Mappings + +lvim.builtin.which_key.mappings["L"] = { + name = "LaTeX", + C = { + name = "Compile", + c = { "TexlabBuild", "Compile Project and Show Output" }, + e = { "Texplore", "Explore current directory" }, + C = { "VimtexClean", "Clean Project with vimtex" }, + v = { "VimtexCompile", "Compile Project with vimtex" }, + V = { "VimtexView", "Show the output" }, + }, +} -- cgit v1.2.3