feat (vimrc): make tabs and trailing whitespaces visible

This commit is contained in:
eeemsi 2023-01-20 20:46:05 +01:00
parent 0d5af8da0f
commit 9f05dc1a87
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -16,6 +16,9 @@ set ignorecase hlsearch
" enable syntax highlighting
syntax on
" show tabs and trailing spaces
set list listchars=tab:>-,trail:-
" Suppress the banner in netrw
let g:netrw_banner=0