From 961d03a4a3ec94b03cfa64469277090b95b80018 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 28 Oct 2013 21:55:31 +0100 Subject: [PATCH] Added readme --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..140fbb8 --- /dev/null +++ b/README.markdown @@ -0,0 +1,8 @@ +# VIM config + +This repository holds my VIM configuration including installed bundles managed by vundle. + +## Installation + +* Clone to ~/.vim: `git clone https://github.com/Luzifer/vim.git ~/.vim` +* Create symlink for gitconfig: `ln -s ~/.vim/vimrc ~/.vimrc`