mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
switch to my fork of goyo for signify support (until its pulled in)
This commit is contained in:
parent
3b725d9c97
commit
486e8be7a8
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 85c202264e2fc4cc1fc5bf55056bb53dbc13b92f
|
||||
Subproject commit ae04751e0967ee337f072982ae0f32f0db1f3f25
|
Loading…
Reference in a new issue