From dc303dd07e30555f249a503cf8d5ab52c9c0092b Mon Sep 17 00:00:00 2001 From: Marc Costa Date: Thu, 26 Jan 2012 11:47:51 +0100 Subject: [PATCH] Fixed README file: cloning read only repository. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 61ce70b..765f61f 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ Using the Pathogen plugin: (http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/) From your ~/.vim directory: - git submodule add git@github.com:beyondmarc/opengl.vim.git bundle/syntax_opengl + git submodule add git://github.com/beyondmarc/opengl.vim.git bundle/syntax_opengl Add a hard link to your ~/.vim/after/syntax/cpp ln bundle/syntax_opengl/syntax/opengl.vim after/syntax/cpp