ma vim: show tabs

This commit is contained in:
makefu 2017-08-16 12:10:55 +02:00
parent efa73b9e9a
commit 3d9555bfab
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -21,6 +21,9 @@ in {
vimrcConfig.customRC = ''
set nocompatible
syntax on
set list
set listchars=tab:
"set list listchars=tab:>-,trail:.,extends:>
filetype off
filetype plugin indent on