to have line numbers and relative numbers at the same time so you can copy/delete lines of code easier without losing which line you are on in your code :)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
You can also do
:set number relative number
to have line numbers and relative numbers at the same time so you can copy/delete lines of code easier without losing which line you are on in your code :)