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)
This commit is contained in:
Kevin MacMartin 2014-07-09 23:56:51 -04:00
parent 40a731cf52
commit 71a33571c4
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View file

@ -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

View file

@ -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