return { "lervag/vimtex", enabled = false, ft = "tex", keys = { { "Tb", vim.cmd.VimtexCompile, desc = "Build", ft = "tex" }, { "Tv", vim.cmd.VimtexView, desc = "View", ft = "tex" }, { "Tw", vim.cmd.VimtexCountWords, desc = "Word Count", ft = "tex" }, { "Tt", vim.cmd.VimtexTocToggle, desc = "Table of Contents", ft = "tex" }, { "Tc", vim.cmd.VimtexClean, desc = "Clean aux", ft = "tex" }, { "Te", vim.cmd.VimtexErrors, desc = "Report Errors", ft = "tex" }, { "Ti", vim.cmd.VimtexInfo, desc = "Info", ft = "tex" }, }, }