diff --git a/.vimrc b/.vimrc index b58535b..437be7d 100644 --- a/.vimrc +++ b/.vimrc @@ -44,3 +44,6 @@ function SetGPGOptions() " Only open folds with insert commands. set foldopen=insert endfunction + +" Set to show invisibles (tabs & trailing spaces) & their highlight color +set list listchars=tab:»\ ,trail:·