return { "lervag/vimtex", ft = "tex", keys = { { "Tb", vim.cmd.VimtexCompile, desc = "[B]uild", ft = "tex" }, { "Tv", vim.cmd.VimtexView, desc = "[V]iew", ft = "tex" }, { "Tw", vim.cmd.VimtexCountWords, desc = "[W]ord Count", ft = "tex" }, { "Tt", vim.cmd.VimtexTocToggle, desc = "[T]able of Contents", ft = "tex" }, { "Tc", vim.cmd.VimtexClean, desc = "[C]lean aux", ft = "tex" }, { "Te", vim.cmd.VimtexErrors, desc = "Report [E]rrors", ft = "tex" }, { "Ti", vim.cmd.VimtexInfo, desc = "[I]nfo", ft = "tex" }, }, }