mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Switch to my fork of vim-fixkey until the PR is merged
This commit is contained in:
parent
bf9ad5ec70
commit
a72428cf59
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -61,9 +61,6 @@
|
||||||
[submodule "vim/bundle/goyo.vim"]
|
[submodule "vim/bundle/goyo.vim"]
|
||||||
path = vim/bundle/goyo.vim
|
path = vim/bundle/goyo.vim
|
||||||
url = https://github.com/junegunn/goyo.vim.git
|
url = https://github.com/junegunn/goyo.vim.git
|
||||||
[submodule "vim/bundle/vim-fixkey"]
|
|
||||||
path = vim/bundle/vim-fixkey
|
|
||||||
url = https://github.com/drmikehenry/vim-fixkey.git
|
|
||||||
[submodule "vim/bundle/tabular"]
|
[submodule "vim/bundle/tabular"]
|
||||||
path = vim/bundle/tabular
|
path = vim/bundle/tabular
|
||||||
url = https://github.com/godlygeek/tabular
|
url = https://github.com/godlygeek/tabular
|
||||||
|
@ -112,3 +109,6 @@
|
||||||
[submodule "vim/bundle/vim-extradite"]
|
[submodule "vim/bundle/vim-extradite"]
|
||||||
path = vim/bundle/vim-extradite
|
path = vim/bundle/vim-extradite
|
||||||
url = https://github.com/tap349/vim-extradite
|
url = https://github.com/tap349/vim-extradite
|
||||||
|
[submodule "vim/bundle/vim-fixkey"]
|
||||||
|
path = vim/bundle/vim-fixkey
|
||||||
|
url = https://github.com/prurigro/vim-fixkey
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 76a7f311735c10985d3f1c07adec11cb55df7051
|
Subproject commit adeb20b4c0929659c36c20f38c9a295198aebb83
|
Loading…
Reference in a new issue