Search code examples
vimpluginseditortext-editorvi

How to change the color of the line's number where a mark is set in VIM editor?


As the question states , I would like to change the color of the number of lines where I set a mark, is there a simple way to do it ? the editor I'm using is Vim


Solution

  • It can't be done.

    Alternatively, you could try to set a sign on the marked line: :help sign-support.