From 71a33571c4174524ad991bcdbec5d73f3029e019 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 9 Jul 2014 23:56:51 -0400 Subject: [PATCH] Changed the location of the breeze.vim submodule to my own repository as the original repo has disappeared (I've emailed the author to ask what's up) --- .gitmodules | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6c6a407..2fa99a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,9 +64,6 @@ [submodule "vim/bundle/vim-move"] path = vim/bundle/vim-move url = https://github.com/matze/vim-move.git -[submodule "vim/bundle/breeze.vim"] - path = vim/bundle/breeze.vim - url = https://github.com/gcmt/breeze.vim.git [submodule "vim/bundle/vim-signify"] path = vim/bundle/vim-signify url = https://github.com/mhinz/vim-signify @@ -88,3 +85,6 @@ [submodule "vim/bundle/vim-polyglot-darkcloud"] path = vim/bundle/vim-polyglot-darkcloud url = https://github.com/prurigro/vim-polyglot-darkcloud.git +[submodule "vim/bundle/breeze.vim"] + path = vim/bundle/breeze.vim + url = https://github.com/prurigro/breeze.vim diff --git a/README.md b/README.md index 2348c7e..21f210b 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [auto-autoformat](https://github.com/Chiel92/vim-autoformat): Provides easy code formatting in Vim by integrating existing code formatters. * [autoswap.vim](https://github.com/vim-scripts/autoswap.vim): Switch to open editor window instead of asking what to do with swapfile. -* [breeze.vim](https://github.com/gcmt/breeze.vim.git): Provides tag matching and navigation shortcuts for HTML. +* [breeze.vim](https://github.com/prurigro/breeze.vim): Provides tag matching and navigation shortcuts for HTML. * [emmet-vim](https://github.com/mattn/emmet-vim.git): Support for expanding abbreviations. * [webapi-vim](https://github.com/mattn/webapi-vim.git) A web library used by emmet to provide support for custom snippets. * [goyo.vim](https://github.com/junegunn/goyo.vim) Distraction-free writing in Vim