Bundled snippets
This commit is contained in:
parent
040b3b937f
commit
150aef211b
7 changed files with 26 additions and 0 deletions
18
.gitmodules
vendored
18
.gitmodules
vendored
|
@ -85,3 +85,21 @@
|
|||
[submodule "bundle/ctrlp.vim"]
|
||||
path = bundle/ctrlp.vim
|
||||
url = git@github.com:kien/ctrlp.vim.git
|
||||
[submodule "bundle/tlib"]
|
||||
path = bundle/tlib
|
||||
url = git@github.com:tomtom/tlib_vim.git
|
||||
[submodule "bundle/vim-addon-mw-utils"]
|
||||
path = bundle/vim-addon-mw-utils
|
||||
url = git@github.com:MarcWeber/vim-addon-mw-utils.git
|
||||
[submodule "vim-snipmate"]
|
||||
path = vim-snipmate
|
||||
url = git@github.com:garbas/vim-snipmate.git
|
||||
[submodule "bundle/vim-snipmate"]
|
||||
path = bundle/vim-snipmate
|
||||
url = git@github.com:garbas/vim-snipmate.git
|
||||
[submodule "bundle/vim-snippets"]
|
||||
path = bundle/vim-snippets
|
||||
url = git@github.com:honza/vim-snippets.git
|
||||
[submodule "bundle/snipmate-snippets"]
|
||||
path = bundle/snipmate-snippets
|
||||
url = git@github.com:scrooloose/snipmate-snippets.git
|
||||
|
|
1
bundle/snipmate-snippets
Submodule
1
bundle/snipmate-snippets
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 15cb6bf4fad5b11f83d2ddb7186aadc0604329c1
|
1
bundle/tlib
Submodule
1
bundle/tlib
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c9ffbef0718a35bd30eb711456e2100e4adf79f7
|
1
bundle/vim-addon-mw-utils
Submodule
1
bundle/vim-addon-mw-utils
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 0c5612fa31ee434ba055e21c76f456244b3b5109
|
1
bundle/vim-snipmate
Submodule
1
bundle/vim-snipmate
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2d3e8ddc4424088d8e19c33764fff077f3116f55
|
1
bundle/vim-snippets
Submodule
1
bundle/vim-snippets
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 69c918175c77c0a0516c3ab587509a3eca38b3ae
|
|
@ -96,3 +96,6 @@ map <Leader>t :call RunCurrentSpecFile()<CR>
|
|||
map <Leader>s :call RunNearestSpec()<CR>
|
||||
map <Leader>l :call RunLastSpec()<CR>
|
||||
map <Leader>a :call RunAllSpecs()<CR>
|
||||
|
||||
" Activate snipmate
|
||||
ActivateAddons vim-snippets snipmate
|
||||
|
|
Loading…
Reference in a new issue