local M = {} M.vimtex = { n = { ["cc"] = { "VimtexCompile", "Compile LaTeX" }, ["cv"] = { "VimtexView", "View PDF" }, ["cq"] = { "VimtexStop", "Stop Compiler" }, }, } return M