Pregunta

In my vim the signs character background is not the same that the SignColumn background.

It is quite disruptive, so what could I do to correct it ? Is there any particular :highlight command to change my signs background and to solve it ?

¿Fue útil?

Solución

Each sign is defined to use a specific syntax highlight group for its text. See :help :sign-define. Find where the sign is defined, check the "texthl" part of it, and either change that part or change the highlight attributes of that highlight group.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top