Show tabs & trailing whitespaces

master
Hektor Misplon 2020-12-10 15:04:57 +01:00
parent 7737f1c76c
commit 53ce7d1222
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -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 ____________________________