Vim: Add trailing whitespace indicator

This commit is contained in:
Salt 2019-06-16 07:00:34 -05:00
parent 47dd69c32f
commit 109f7bc977

2
.vimrc
View File

@ -8,7 +8,7 @@ endif
syntax on syntax on
filetype plugin indent on filetype plugin indent on
set list set list
set listchars=tab:>· set listchars=tab:>·,trail
" Templates " Templates
let g:email = 'rehashedsalt@cock.li' let g:email = 'rehashedsalt@cock.li'
let g:user = 'Vintage Salt' let g:user = 'Vintage Salt'