Skip to content

Releases: weirdsmiley/Vim-Draw

Draw general NxM sized matrices

09 Jun 13:48
Compare
Choose a tag to compare

New release features enable users to draw:

  • Nx1 sized matrices
  • NxM sized matrices

Future release will focus on:

  • How to make editing in the matrices/tables dynamic?

v1.0.0

03 Jun 00:57
Compare
Choose a tag to compare
  • This is a minimal Vim plugin to draw box diagrams using digraphs.
  • Currently, it can draw single diagram which can be multiplied using recording feature.
  • It can be extended to work as dynamic tables (e.g., for markdown files) in future.
    • Dynamic tables can be extended at runtime while typing text.