feat: use space instead of dot (⋅) in tab representation.

This commit is contained in:
Gea-Suan Lin
2024-10-31 15:33:53 +08:00
parent 6fa47d184f
commit f7d4b960b8

View File

@@ -13,7 +13,7 @@ set incsearch
set laststatus=2
set lazyredraw
set list
set listchars=tab:▷,trail
set listchars=tab:▷\ ,trail
set mouse=
set nobomb
set nocompatible