use tectonic and quote path
This commit is contained in:
parent
41af44e6fc
commit
f63038ff8d
1 changed files with 2 additions and 1 deletions
|
@ -47,8 +47,9 @@ interactives = {
|
|||
["python"] = "!python -i $vis_filename",
|
||||
["haskell"] = "!stack ghci $vis_filepath",
|
||||
["lithaskell"] = "!stack ghci $vis_filepath",
|
||||
["latex"] = "!pdflatex $vis_filepath",
|
||||
["latex"] = "!tectonic '$vis_filepath'",
|
||||
}
|
||||
|
||||
vis:map(vis.modes.NORMAL, ";i", function()
|
||||
local command = interactives[vis.win.syntax]
|
||||
if command then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue