-
Notifications
You must be signed in to change notification settings - Fork 9
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
bug: long response from :BackseatAsk
does not wrap on display box
#10
Comments
luiz00martins
changed the title
bug: long response from
bug: long response from Apr 5, 2023
:BackseatAsk
does not wrap:BackseatAsk
does not wrap on display box
Fixed in d88695e! |
Yep! I'm on windows. |
james1236
added a commit
that referenced
this issue
Apr 5, 2023
Found the issue. It turns out it's not a This is the MWE config: using {
'james1236/backseat.nvim',
config = function()
require('backseat').setup()
end,
}
using {
'folke/noice.nvim',
dependencies = {
'MunifTanjim/nui.nvim',
'rcarriga/nvim-notify',
},
config = function()
require('noice').setup()
end,
} This will produce the odd cut-off. May I ask you what exactly you are using to display the text, so I may open an issue to |
I am using |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When displaying the answer from
:BackseatAsk
, the UI box seems to not wrap the text, instead seemingly continuing outside of the screen. As an example:I imagine the phrase continues after "
open buffers, window layouts, and
", however, it got cut off.The text was updated successfully, but these errors were encountered: