configuration - How to remove indentation highlighting in vim? -


As I use Vim, it tries to prove useful by highlighting a group of four places in yellow That is, as shown.

Example of highlighting in question

My .vimrc The file says, its completely, set tabstop = 4 .

How can I keep an indication from highlighting my files?

Is this a matter of highlighting the last search? If so, try typing ": no".


Comments