Skip to content

[Feature Request]: Make the length of the left aligned adapted box exceed box_width #33

@MasouShizuka

Description

@MasouShizuka

When I use left aligned adapted box, I don't want it to wrap at box_width.
Currently to do this I have to setup like:

{
    doc_width = 10000,
    box_width = 10000,
}

But this will affect other box functions.

Is there a related setting, or can the setting be passed to function, something like:

require("comment-box").albox({ doc_width = 10000, box_width = 10000})

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions