ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

non destructive nvim plugin #72

Open McKean opened 3 months ago

McKean commented 3 months ago

Hey there, I really love the light weight feel of Diagon compared to other solutions. I wanted to have the possibility of using it in neovim with the ability to update existing diagrams in place.

So I developed a little plugin. It's very lightweight and in some cases a bit opinionated as to how things are rendered. Currently only math expressions and sequences are supported but if there's interest that can easily be extended.

Thought I'd share it here maybe someone else might find some interest and use: https://github.com/McKean/diagon.nvim

Thanks again for this great tool!