VIM: Adds listchars variable
Newlines, trailing spaces and tabs will now be shown by unicode characters
This commit is contained in:
parent
144a01b4d2
commit
409d99d713
1 changed files with 3 additions and 0 deletions
|
@ -28,3 +28,6 @@ set autoindent
|
|||
set smartindent
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
|
||||
" Add invisivle character reperesentation
|
||||
set list listchars=tab:»\ ,trail:\␣,eol:↩
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue