Is there a hook which runs when the cursor position changes its current line numbers?
For a concrete toy problem, can i highlight the current line as yellow when the line number of the current cursor position is always a multiple of three. e,g. when the cursor is on line 3 or 6 or 9, that line is highlighted as yellow. When the cursor moves to another line, the highlighted line gets unhighlighted.