1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Show tabs and trailing whitespace

This commit is contained in:
2015-09-21 14:12:23 +02:00
parent b5a6997c58
commit d45dd6acb3

6
.vimrc
View File

@@ -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