From d45dd6acb37163a687e83c6b94342b25dbdcf90f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 21 Sep 2015 14:12:23 +0200 Subject: [PATCH] Show tabs and trailing whitespace --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 34e23bf..95018ae 100644 --- a/.vimrc +++ b/.vimrc @@ -162,6 +162,12 @@ filetype plugin indent on " required set number set cursorline syntax on + +" Show tabs and trailspaces +set listchars=tab:▸\ ,trail:· +" Display whitespace +set list + " enable words completion set dictionary+=/usr/share/dict/words " use ctrl-n ctrl-n instead of ctrl-x ctrl-k