I am using spf13-vim and whenever I press tab, I get these dots. They are there even when I press space.
How I can remove these dots. I want the indentation to happen but without dots. I searched a lot on the web but there is no information available or I could not find.
What changes should I do in my .vimrc
to hide these dots?
EDIT
I tried ,ig
command or added let g:indent_guides_enable_on_vim_startup = 0
in .vimrc.local
but I am still getting the dots.
EDIT
:set nolist
worked for me, as suggested by @Christian Brabandt in the comments