joshuadanpeterson / typewriter.nvim

A Neovim plugin that emulates a typewriter, keeping the cursor centered on the screen for a focused writing experience.
MIT License
25 stars 0 forks source link

Line wrapping broken #22

Open benjaminingreens opened 1 month ago

benjaminingreens commented 1 month ago

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.

joshuadanpeterson commented 2 weeks ago

Line wrapping broken

joshuadanpeterson commented 2 weeks ago

@benjaminingreens Do you have enable_horizontal_scroll set to true or false? If it's set to true, try setting it to false.