Open benjaminingreens opened 1 month ago
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.
Line wrapping broken
@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
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.