mirror of
https://github.com/amix/vimrc
synced 2025-07-17 00:54:59 +08:00
Bundled snippets
This commit is contained in:
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -85,3 +85,21 @@
|
|||||||
[submodule "bundle/ctrlp.vim"]
|
[submodule "bundle/ctrlp.vim"]
|
||||||
path = bundle/ctrlp.vim
|
path = bundle/ctrlp.vim
|
||||||
url = git@github.com:kien/ctrlp.vim.git
|
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
Submodule bundle/snipmate-snippets added at 15cb6bf4fa
1
bundle/tlib
Submodule
1
bundle/tlib
Submodule
Submodule bundle/tlib added at c9ffbef071
1
bundle/vim-addon-mw-utils
Submodule
1
bundle/vim-addon-mw-utils
Submodule
Submodule bundle/vim-addon-mw-utils added at 0c5612fa31
1
bundle/vim-snipmate
Submodule
1
bundle/vim-snipmate
Submodule
Submodule bundle/vim-snipmate added at 2d3e8ddc44
1
bundle/vim-snippets
Submodule
1
bundle/vim-snippets
Submodule
Submodule bundle/vim-snippets added at 69c918175c
@ -96,3 +96,6 @@ map <Leader>t :call RunCurrentSpecFile()<CR>
|
|||||||
map <Leader>s :call RunNearestSpec()<CR>
|
map <Leader>s :call RunNearestSpec()<CR>
|
||||||
map <Leader>l :call RunLastSpec()<CR>
|
map <Leader>l :call RunLastSpec()<CR>
|
||||||
map <Leader>a :call RunAllSpecs()<CR>
|
map <Leader>a :call RunAllSpecs()<CR>
|
||||||
|
|
||||||
|
" Activate snipmate
|
||||||
|
ActivateAddons vim-snippets snipmate
|
||||||
|
Reference in New Issue
Block a user