Stop showing leading spaces

This commit is contained in:
Anthony Rose 2023-02-06 15:48:21 +00:00
parent b8dc7c1824
commit e746a4d9fc

8
vimrc
View file

@ -187,9 +187,9 @@ if has('patch-7.3.541')
endif
if has('patch-8.1.0759')
set listchars+=tab:┆  
set listchars+=tab:┆>
else
set listchars+=tab:┆ 
set listchars+=tab:┆
endif
if has('patch-8.1.1564')
@ -198,10 +198,6 @@ else
set signcolumn=yes
endif
if has('patch-8.2.2454')
set listchars+=lead
endif
if has('printer')
set printheader=%t%h%m%=Page\ %N
set printoptions=paper:A4,number:y,syntax:n