Render whitespace

master
Hektor Misplon 2022-08-18 13:47:32 +02:00
parent d3cf2a4907
commit c4d2fa498c
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -24,7 +24,8 @@ se novb " Bell
se cole=0 cocu="" " Conceal
se cb=unnamedplus " Clipboard
se fcs+=vert:│ " Cleaner split separator (tmux style)
set lcs=tab:→\ ,trail" Whitespace rendering
set list
set lcs=trail,tab:→\ ,nbsp:␣ " Whitespace rendering
set ar " Autoread
" Functions ____________________________