mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
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:
parent
40a731cf52
commit
71a33571c4
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -64,9 +64,6 @@
|
||||||
[submodule "vim/bundle/vim-move"]
|
[submodule "vim/bundle/vim-move"]
|
||||||
path = vim/bundle/vim-move
|
path = vim/bundle/vim-move
|
||||||
url = https://github.com/matze/vim-move.git
|
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"]
|
[submodule "vim/bundle/vim-signify"]
|
||||||
path = vim/bundle/vim-signify
|
path = vim/bundle/vim-signify
|
||||||
url = https://github.com/mhinz/vim-signify
|
url = https://github.com/mhinz/vim-signify
|
||||||
|
@ -88,3 +85,6 @@
|
||||||
[submodule "vim/bundle/vim-polyglot-darkcloud"]
|
[submodule "vim/bundle/vim-polyglot-darkcloud"]
|
||||||
path = vim/bundle/vim-polyglot-darkcloud
|
path = vim/bundle/vim-polyglot-darkcloud
|
||||||
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
|
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
|
||||||
|
|
|
@ -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.
|
* [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.
|
* [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.
|
* [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.
|
* [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
|
* [goyo.vim](https://github.com/junegunn/goyo.vim) Distraction-free writing in Vim
|
||||||
|
|
Loading…
Reference in a new issue