Vim: highlight every Nth line?

Viewed 675

I'm using Vim to write something where "pages" are important. Pages are a fixed number of lines.

I use :set colorcolumn to highlight the right margin. Is there anything similar to highlight every Nth line of the file?

1 Answers
Related