viminal2/lua/plugins/by-lang/latex.lua

8 lines
177 B
Lua

return {
"texpresso.vim",
filetypes = { "*.tex" },
cmd = { "TeXpresso" },
after = function()
require("texpresso").texpresso_path = nixCats("bin.texpresso")
end,
}