mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
supertab, markdown, surround
This commit is contained in:
parent
8624c651c7
commit
c78890f46f
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -4,3 +4,12 @@
|
|||
[submodule "bundle.available/command-t"]
|
||||
path = bundle.available/command-t
|
||||
url = https://github.com/wincent/Command-T.git
|
||||
[submodule "bundle.available/supertab"]
|
||||
path = bundle.available/supertab
|
||||
url = https://github.com/ervandew/supertab.git
|
||||
[submodule "bundle.available/vim-markdown"]
|
||||
path = bundle.available/vim-markdown
|
||||
url = https://github.com/plasticboy/vim-markdown.git
|
||||
[submodule "bundle.available/vim-surround"]
|
||||
path = bundle.available/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
|
|
|
|||
1
bundle.available/supertab
Submodule
1
bundle.available/supertab
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 344016d0222aa5a509c0d00b7c47d5856c5915c0
|
||||
1
bundle.available/vim-markdown
Submodule
1
bundle.available/vim-markdown
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f3f96fd7c1bec0527de62415fd344e73994f1c47
|
||||
1
bundle.available/vim-surround
Submodule
1
bundle.available/vim-surround
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7
|
||||
Loading…
Add table
Add a link
Reference in a new issue