LudoPinelli / comment-box.nvim

:sparkles: Clarify and beautify your comments and plain text files using boxes and lines.
MIT License
408 stars 15 forks source link

[BUG]: Titled lines and lines lengths are inconsistent in some file types #40

Open MasouShizuka opened 9 months ago

MasouShizuka commented 9 months ago

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 ───────────────────────────────────────────────
// ────────────────────────────────────────────────────────────
LudoPinelli commented 9 months ago

Thank you, I'll look into it.

farzadmf commented 7 months ago

@LudoPinelli did you get a chance to look into this? Came here to open a similar issue and saw it's already here

farzadmf commented 5 months ago

Trying my luck again here as I really like this plugin and hope to see this fixed @LudoPinelli

okuma10 commented 4 months ago

+1 on 'C'