Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Option like --no-stream to only return complete results as one message #237

Open
gwenwindflower opened this issue Mar 20, 2024 · 1 comment

Comments

@gwenwindflower
Copy link

I use folke/noice.nvim which will display messages as pop-ups as they come in, and only opt for a split based on rules about the size of the message received (e.g. If a message is longer than 20 lines, open in a split buffer etc). I think this presents problems with the way bang commands to mods return messages, as they stream back in chunks it looks like to me? Would love to have a --no-stream boolean flag or something along those lines to wait and only return the message as a single chunk, optionally, when all the tokens have been collected.

@gwenwindflower
Copy link
Author

In the meantime, if anybody else has issues with this, you can pipe your vim command to glow and it will return as a single message.

@gwenwindflower gwenwindflower changed the title Feature request: Option to only stream back complete results as one message Feature request: Option like --no-stream to only return complete results as one message Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant