Show tabs & trailing whitespaces
parent
7737f1c76c
commit
53ce7d1222
3
.vimrc
3
.vimrc
|
@ -25,6 +25,9 @@ set viminfo='20,\"101 "max 100 lines in registers
|
||||||
set novisualbell
|
set novisualbell
|
||||||
set conceallevel=1
|
set conceallevel=1
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
set list
|
||||||
|
set listchars=tab:>-,trail:-,extends:>,precedes:<
|
||||||
|
|
||||||
|
|
||||||
" Functions ____________________________
|
" Functions ____________________________
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue