summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-02-27 22:32:55 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-02-27 22:32:55 +1300
commit1c8e2228e6c47f171333fbe6aed6106d2e94cfe3 (patch)
tree3246c332b235b80e9b0d53fb9c9b273810f276de /vimrc
parent923a618195ef07f46b541b0e3d4c47567a8fbd92 (diff)
downloaddotfiles-1c8e2228e6c47f171333fbe6aed6106d2e94cfe3.tar.xz
Updated vimrc to show whitespace
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 5cb89a7..1ed6d3f 100644
--- a/vimrc
+++ b/vimrc
@@ -3,3 +3,11 @@ set cc=80
set autoindent
set tabstop=4
+
+"set listchars=tab:▸\ ,trail:·,space:·
+set listchars=tab:→\ ,trail:·,space:·
+set list
+
+
+highlight ExtraWhitespace ctermbg=red guibg=red
+match ExtraWhitespace /\s\+$/