From 486e8be7a8dee0a09da9ef396572de911d08e93e Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 20 Jul 2014 23:53:07 -0400 Subject: [PATCH] switch to my fork of goyo for signify support (until its pulled in) --- .gitmodules | 6 +++--- vim/bundle/goyo.vim | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c648a84..26102a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,9 +73,6 @@ [submodule "vim/bundle/autoswap.vim"] path = vim/bundle/autoswap.vim url = https://github.com/vim-scripts/autoswap.vim.git -[submodule "vim/bundle/goyo.vim"] - path = vim/bundle/goyo.vim - url = https://github.com/junegunn/goyo.vim.git [submodule "vim/bundle/vim-autoformat"] path = vim/bundle/vim-autoformat url = https://github.com/Chiel92/vim-autoformat.git @@ -91,3 +88,6 @@ [submodule "vim/bundle/MatchTagAlways"] path = vim/bundle/MatchTagAlways url = https://github.com/Valloric/MatchTagAlways.git +[submodule "vim/bundle/goyo.vim"] + path = vim/bundle/goyo.vim + url = https://github.com/prurigro/goyo.vim.git diff --git a/vim/bundle/goyo.vim b/vim/bundle/goyo.vim index 85c2022..ae04751 160000 --- a/vim/bundle/goyo.vim +++ b/vim/bundle/goyo.vim @@ -1 +1 @@ -Subproject commit 85c202264e2fc4cc1fc5bf55056bb53dbc13b92f +Subproject commit ae04751e0967ee337f072982ae0f32f0db1f3f25