mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
new plugins: bundler, gem-ctags, ragtag
This commit is contained in:
parent
d8e7a594ab
commit
767008676e
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -67,3 +67,12 @@
|
||||||
[submodule "bundle/markdown"]
|
[submodule "bundle/markdown"]
|
||||||
path = bundle/markdown
|
path = bundle/markdown
|
||||||
url = https://github.com/tpope/vim-markdown.git
|
url = https://github.com/tpope/vim-markdown.git
|
||||||
|
[submodule "bundle/ragtag"]
|
||||||
|
path = bundle/ragtag
|
||||||
|
url = https://github.com/tpope/vim-ragtag.git
|
||||||
|
[submodule "bundle/gem-ctags"]
|
||||||
|
path = bundle/gem-ctags
|
||||||
|
url = https://github.com/tpope/gem-ctags
|
||||||
|
[submodule "bundle/bundler"]
|
||||||
|
path = bundle/bundler
|
||||||
|
url = https://github.com/tpope/vim-bundler.git
|
||||||
|
|
|
||||||
1
bundle/bundler
Submodule
1
bundle/bundler
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a
|
||||||
1
bundle/gem-ctags
Submodule
1
bundle/gem-ctags
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a214285b883496b4537e8e95f52723d623eb1d49
|
||||||
1
bundle/ragtag
Submodule
1
bundle/ragtag
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 224bc932bc4a300abad79df38f8e3e4b16fe2edc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue