set listchars

This commit is contained in:
Robert Altner 2024-04-24 09:31:19 +02:00
parent 2214dfe469
commit 0f124055d2
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8

View file

@ -11,7 +11,7 @@ set tabstop=4
set shiftwidth=4
set noautochdir
set nowrap
set list
set list listchars=tab:▎\ ,trail,precedes:<,extends:>
set foldmethod=indent
set foldlevel=99
set nofoldenable