ma vim: show tabs

This commit is contained in:
makefu 2017-08-16 12:10:55 +02:00
parent 3726b0a997
commit 37fe321587

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