From: Maximilian Friedersdorff Date: Mon, 13 May 2019 16:41:35 +0000 (+0100) Subject: Show whitespace in vim X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=28381f291f1d9ae98399223e57d7971462deb9a1;hp=2d5217aa7b003cdcd65f7f29e433563bd64d0f4e;p=max%2Fdotfiles.git Show whitespace in vim --- diff --git a/vim/.vimrc b/vim/.vimrc index e00de37..651d553 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -116,3 +116,6 @@ set foldmethod=syntax " Better saving behaviour for go let g:go_fmt_experimental = 1 + +" Show whitespace +set list listchars=trail:•,extends:>,precedes:<,nbsp:␣,eol:↲,tab:→\,