VIM: Adds listchars variable

Newlines, trailing spaces and tabs will now be shown by unicode
characters
This commit is contained in:
Jonathan Hodgson 2020-09-26 16:56:35 +01:00
parent 144a01b4d2
commit 409d99d713

View file

@ -28,3 +28,6 @@ set autoindent
set smartindent
set shiftwidth=4
set tabstop=4
" Add invisivle character reperesentation
set list listchars=tab:»\ ,trail:\␣,eol:↩