it is common knowledge the :set number
will display the line numbers in vim. However, I have come an issue with this. When I use :set linebreak
and reach a new line a number is not displayed with that newline. As I understand it these are referred to as display lines.
tl;dr How do I add line number to display lines?