I'm writing some documents using VIM, and I don't like to create my own line breaks. Instead I just use ":set nowrap&" & "set lbr". I also have "set cursorline" activated.
The problem is that the cursorline will underline the entire block of text rather than the line I'm working on.
Is there a way to make cursorline pretend that my soft-wrapped lines are just regular lines?
From
:h cursorlinopt
:You can use
set cursorlineopt=number,screenline
to accomplish what you want.