From df0c9a5d622df1f5d8bd5731355387f55c377a62 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Fri, 18 Dec 2020 09:18:50 +0000 Subject: [PATCH] Add tab character for listchars --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 7677e33e..905de3fb 100644 --- a/vimrc +++ b/vimrc @@ -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