Change how tabs are displayed

This commit is contained in:
Anthony Rose 2024-11-09 21:43:52 +00:00
parent 93b1922c1b
commit 30ee6ec736

5
vimrc
View file

@ -280,9 +280,9 @@ if has('patch-7.3.541')
endif endif
if has('patch-8.1.0759') if has('patch-8.1.0759')
set listchars+=tab:   set listchars+=tab:  
else else
set listchars+=tab:  set listchars+=tab: 
endif endif
if has('patch-8.1.1564') if has('patch-8.1.1564')
@ -306,6 +306,7 @@ endif
if has('syntax') if has('syntax')
syntax on syntax on
highlight NonText guibg=NONE guifg=#F0F0F0
endif endif
if has('viminfo') if has('viminfo')