about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index b8068f3..d8f53c6 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -13,7 +13,7 @@ set showcmd
 set nostartofline
 set ruler
 set confirm
-set list listchars+=tab:\|\ 
+set list listchars+=space:ยท,tab:\ \ 
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words