feat (vimrc): make tabs and trailing whitespaces visible
This commit is contained in:
parent
0d5af8da0f
commit
9f05dc1a87
3
vimrc
3
vimrc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user