From e3ec3b65ea8a02ff16af9d6cd1940d72691b4d1c Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 3 Jul 2019 09:34:47 +0200 Subject: [PATCH] Set symbols for spaces, tabs ... --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.vim b/init.vim index 144e51a..a053f34 100644 --- a/init.vim +++ b/init.vim @@ -69,6 +69,10 @@ if has("win32") let g:loaded_matchparen = 1 end +set listchars=eol:¬,tab:>·,trail:~,extends:>,precedes:<,space:␣ +set listchars=eol:⏎,tab:␉·,trail:␠,nbsp:⎵ +set listchars=tab:>.,trail:.,extends:#,nbsp:. + " set clipboard+=unnamedplus " use system clipboard " " Copy to clipboard vnoremap y "+y