summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-03-31 22:07:42 +1300
committerDavid Phillips <david@sighup.nz>2019-03-31 22:07:42 +1300
commitddba3007fa9cddc4edd6371246d98494e465a242 (patch)
tree78f3c9a65c136136ae0a69715f9827c55eefa54a /vimrc
parentefbf98f8c23ac5ac0c2b5ecdba5390bfcd65a928 (diff)
downloaddotfiles-ddba3007fa9cddc4edd6371246d98494e465a242.tar.xz
misc vimrc, title bar updates
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index a309b4d..e83fdc3 100644
--- a/vimrc
+++ b/vimrc
@@ -26,6 +26,7 @@ highlight ExtraWhitespace ctermbg=red guibg=red
highlight SpecialKey ctermfg=23
highlight NonText ctermfg=23
highlight Folded ctermbg=0
+highlight ColorColumn ctermbg=234
match ExtraWhitespace /\s\+$/
inoremap <CR> <CR>x<BS>