mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
adding the submodule vim-c-cr, which completes functional brackets by
hitting ctrl-enter or ctrl-c after writing an open bracket in input mode
This commit is contained in:
parent
2eff546248
commit
de3f454c46
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -85,3 +85,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/vim-c-cr"]
|
||||||
|
path = vim/bundle/vim-c-cr
|
||||||
|
url = https://github.com/jtmkrueger/vim-c-cr.git
|
||||||
|
|
1
vim/bundle/vim-c-cr
Submodule
1
vim/bundle/vim-c-cr
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9bd4814244f7cafe632eb38c021ef9abdd99fc42
|
Loading…
Reference in a new issue