Oleksandr Babak
Oleksandr Babak
Yeah, I followed steps in readme. ``` $ git submodule init $ git submodule update ``` After using that library, we actually kind of regret it. It is full of...
Maybe user can somehow mix in their own tokens too? Would it be hard to implement on typst's side?
> > Maybe user can somehow mix in their own tokens too? Would it be hard to implement on typst's side? > > You can supply your own syntax and...
I've hacked some user-space proof of concept, but if you be so kind to add a proper solution to the plugin, it would be great (for some reason, that solution...
My guess is that `keymap.normalize` is an expensive function and plugin was not intended to use with hundreds of binds. An easy solution I can think of is to change...