-- 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" }, }, }