kaarmu / typst.vim

Vim plugin for Typst
MIT License
291 stars 25 forks source link

:TypstWatch throwing error #62

Closed mateo-ivc closed 1 year ago

mateo-ivc commented 1 year ago

Hi, if you are inside a .typ file and try running :TypstWatch I get the error: Too many arugments for function: typst:TypstWatcherCb: The command its runninng should be this: typst watch --diagnostic-format short /path/to/file/test.typ --open

Running it from the console works the whole command from the terminal works fine.

kaarmu commented 1 year ago

Hi, sorry for the inconvenience. This happened to get in when I was working on #42.

mateo-ivc commented 1 year ago

Ah, nice. Just wanted to throw it in, in case you oversee it. Thanks for the great plugin!