Remove tab from listchars

This commit is contained in:
Edward Litherland-Smith 2020-12-16 11:52:51 +00:00
parent e816c5f060
commit 3f7bdf8421

2
.vimrc
View file

@ -3,7 +3,7 @@ colorscheme slate
set laststatus=2
set number
set listchars=trail:.,tab:>
set listchars=trail:.
set list
syntax on