From 57c5779566674a8f65846894e84f869aa7143461 Mon Sep 17 00:00:00 2001
From: Joerg Schirottke <master@kanotix.com>
Date: Mon, 16 Mar 2015 13:39:02 +0100
Subject: use simple vimrc.local again

This partly reverts commit 97a37161fd3eb8501d828f7957c0b3b14ee33224.
---
 config/chroot_local-hooks/hotfixes.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh
index d30d0ff..fa0a60c 100755
--- a/config/chroot_local-hooks/hotfixes.sh
+++ b/config/chroot_local-hooks/hotfixes.sh
@@ -13,9 +13,10 @@ fi
 # vim tuning
 if [ -d /etc/vim ]; then
  rm -f /etc/vim/vimrc.local
-wget -O /etc/vim/vimrc.local https://raw.github.com/amix/vimrc/master/vimrcs/basic.vim
-cat <<EOT >> /etc/vim/vimrc.local
-
+cat <<EOT > /etc/vim/vimrc.local
+syntax on
+set background=dark
+set showmatch          " Show matching brackets.
 set pastetoggle=<F10>
 EOT
 fi
-- 
cgit v1.0