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