Add tab character for listchars

This commit is contained in:
Edward Litherland-Smith 2020-12-18 09:18:50 +00:00
parent f9c87114cc
commit df0c9a5d62

2
vimrc
View file

@ -6,7 +6,7 @@ colorscheme slate
set laststatus=2
set number
set listchars=trail:.
set listchars=trail:.,tab:>_
set list
au BufRead,BufNewFile *.ipynb set filetype=json