Skip to content

How to remove the || marks on the left of the quickfix output? #442

@garrett361

Description

@garrett361

My typical quickfix output looks like (for a python file, my usual use case):

|| R=tensor([[-0.9987+0.j,  0.0199+0.j, -0.0470+0.j],
||         [-0.0481+0.j, -0.6765+0.j,  0.7349+0.j],
||         [-0.0171+0.j,  0.7362+0.j,  0.6765+0.j]])
|| 
|| [email protected]=tensor([[ 1.0000e+00+0.j, -1.2576e-09+0.j, -2.4934e-09+0.j],
||         [-1.2576e-09+0.j,  1.0000e+00+0.j,  4.1653e-09+0.j],
||         [ 0.0000e+00+0.j,  0.0000e+00+0.j,  1.0000e+00+0.j]])
|| 
|| eigvals=tensor([-0.9993+0.0371j, -0.9993-0.0371j,  1.0000+0.0000j])
[...]

I would like to completely remove the || on the left of the output. How can I accomplish this?
I'm launching with templates that use components = { { "on_output_quickfix", open = true }, "default" }

I saw this somewhat mentioned in #45, but I didn't really understand how to remove these || symbols. Do I need to change errorformat or something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions