From 07a20db57f66b13ad260484b29a557430d1bdfee Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 21 Jan 2014 20:53:29 +0100 Subject: [PATCH] bundle readme --- .vim/bundle/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vim/bundle/README diff --git a/.vim/bundle/README b/.vim/bundle/README new file mode 100644 index 0000000..3ff22f5 --- /dev/null +++ b/.vim/bundle/README @@ -0,0 +1,16 @@ +" Based on http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/ + +" Add new vim plugin +" ------------------ + +" cd +" git submodule add http://gitrepo.url/plugin.git .vim/bundle/pluginname +" git add ... +" git commit -m '...' + +" Clone the vim config to another machine +" --------------------------------------- +" git clone http://github.com/username/dotvim.git ~/.vim +" cd ~/.vim +" git submodule init +" git submodule update