We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Packer, and I have line-wrapping enabled: vim.opt.wrap = true
Packer
vim.opt.wrap = true
However, whenever I run TWEnable, my line wrapping just stops working, and my text runs right off my screen.
TWEnable
Not sure what is causing this issue.
The text was updated successfully, but these errors were encountered:
Line wrapping broken
Sorry, something went wrong.
@benjaminingreens Do you have enable_horizontal_scroll set to true or false? If it's set to true, try setting it to false.
enable_horizontal_scroll
joshuadanpeterson
No branches or pull requests
I am using
Packer
, and I have line-wrapping enabled:vim.opt.wrap = true
However, whenever I run
TWEnable
, my line wrapping just stops working, and my text runs right off my screen.Not sure what is causing this issue.
The text was updated successfully, but these errors were encountered: