vim space symbols

This commit is contained in:
Andrew Tomaka 2013-08-05 21:38:24 -04:00
parent 480a6d8ba7
commit 8e8787b2e7

2
.vimrc
View file

@ -46,6 +46,8 @@ set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
" Show whitespace markers before cursor in insert mode
set list listchars=tab:\ \ ,trail
" Other settings
let g:indent_guides_guide_size=1