viminal2/lua/plugins/by-lang/latex.lua
2025-02-01 14:50:32 -08:00

6 lines
292 B
Lua
Generated

-- [nfnl] Compiled from ./fnl/plugins/by-lang/latex.fnl by https://github.com/Olical/nfnl, do not edit.
local function _1_()
require("texpresso")["texpresso_path"] = nixCats("bin.texpresso")
return nil
end
return {"texpresso.vim", after = _1_, cmd = {"TeXpresso"}, filetypes = {"*.tex"}}