comment-box.nvim
comment-box.nvim copied to clipboard
[BUG]: Titled lines and lines lengths are inconsistent in some file types
For example, in the python file, the lengths of title lines and lines are inconsistent:
# before
# test text
# after
# ── test text ─────────────────────────────────────────────────
# ────────────────────────────────────────────────────────────
In the rust file, the lengths of the two are the same:
// before
// test text
// after
// ── test text ───────────────────────────────────────────────
// ────────────────────────────────────────────────────────────
Thank you, I'll look into it.
@LudoPinelli did you get a chance to look into this? Came here to open a similar issue and saw it's already here
Trying my luck again here as I really like this plugin and hope to see this fixed @LudoPinelli
+1 on 'C'