Replies: 1 comment
-
Yeah, the doc says:
But adding the following to my snacks config still wraps terminal sections on startup: styles = {
dashboard = {
wo = { wrap = false },
},
}, However, adding So maybe it's a bug, or maybe the doc needs to be updated? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.3
Operating system/version
MacOS 15.3
Describe the bug
In one of my panes, I have a terminal and I print a funny quote at the top by using "fortune -s" utility. It works great, but the words are wrapped in the middle which is not acceptable for a perfections :) I could not find any relate temrinal option in the source code that will always keep whole words.
Steps To Reproduce
Expected Behavior
Words kept intact between lines, not broken in the middle
Repro
Beta Was this translation helpful? Give feedback.
All reactions