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

3
vimrc
View File

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