Add listchar setup for tabs and trailing whitespace

This commit is contained in:
Edward Litherland-Smith 2020-12-16 09:04:07 +00:00
parent c8364bacad
commit e816c5f060

2
.vimrc
View file

@ -3,6 +3,8 @@ colorscheme slate
set laststatus=2 set laststatus=2
set number set number
set listchars=trail:.,tab:>
set list
syntax on syntax on
if &diff if &diff