diff --git a/home/.vimrc b/home/.vimrc index c6f4f1d..3edafee 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -55,7 +55,7 @@ filetype plugin on filetype indent on " Display tabs and trailing spaces visually -set list listchars=tab:\ \ ,trail:ยท +set list listchars=tab:>-,trail:.,precedes:<,extends:> set nowrap "Don't wrap lines set linebreak "Wrap lines at convenient points