diff options
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ set spelllang=en,de set colorcolumn=81 " don't touch this line to keep 80 chars. width set encoding=utf-8 set fileencodings=utf-8 +set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» +set list " special highlighting |