Julien Burkhard
Julien Burkhard
Actually for `enable_virt()`, it only supports the inline syntax which is `$ .. $`. I should be more clear about that. EDIT: I will push a fix for that shortly.
@adoyle-h I have changed the defaults to align left. It's still possible to align in the center with `enable_virt({align_center=true})`.
I don't clearly understand the question now, sorry for not coming back to it sooner. If you have more questions, please ask them again here.
Should be fixed by #44
Fixed by #44
That's cool indeed. There are some impressive ascii art in there. One difference with them is that venn.nvim is using the special [box-drawing characters](https://www.wikiwand.com/en/Box-drawing_character) instead of standard ASCII. I guess...
> It would also be nice to be able to use a dashed ascii line instead of just a solid one. This is a good idea and might be a...
Good debugging of the issue. I haven't thought about it too much but at the moment the environment variable solution seem to be the most flexible. Maybe another way because...
Interesting so this is not consistent. Thanks for the info, I will fix my codebase and dig maybe further to check the error from. In the meanwhile, an adaptation of...
Hello, Yes, this is expected behaviour. You should look into the issue history. There is one that go into details about this very issue. Printing to the dap repl is...