I want to highlight tabs and spaces. In sublime text I activated an "draw_white_space": "all"
option. After that all tabs and spaces is highlighting.
I want to activate the same option in vim, but all what I used didn't work.
I tried set follow options:
set listchars=tab:--
set list
How is it possible to activate it, and how to make highlighting tabs and spaces the same sympols like in picture above?