Vim: Re-add tab characters

This commit is contained in:
Salt 2019-06-16 06:59:26 -05:00
parent 0ee853458f
commit 47dd69c32f

2
.vimrc
View File

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