vim: Display tab characters

This commit is contained in:
2020-11-08 03:18:54 +01:00
parent eb177d457e
commit c468af1fc2

View File

@@ -78,6 +78,9 @@ set wildmode=longest:full,full
if (has('cmdline_info')) if (has('cmdline_info'))
set showcmd set showcmd
endif endif
" Show whitespace characters
set list
set listchars=tab:>·
" Keybindings ################################################################## " Keybindings ##################################################################
" Set leader key " Set leader key