Initial commit
This commit is contained in:
commit
662fe0334c
37 changed files with 1614 additions and 0 deletions
27
.gitmodules
vendored
Normal file
27
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[submodule "vim/bundle/surround"]
|
||||
path = vim/bundle/surround
|
||||
url = git://github.com/tpope/vim-surround.git
|
||||
[submodule "vim/bundle/speeddating"]
|
||||
path = vim/bundle/speeddating
|
||||
url = git://github.com/tpope/vim-speeddating.git
|
||||
[submodule "vim/bundle/blackboard"]
|
||||
path = vim/bundle/blackboard
|
||||
url = git://github.com/nelstrom/vim-blackboard.git
|
||||
[submodule "vim/bundle/fugitive"]
|
||||
path = vim/bundle/fugitive
|
||||
url = git://github.com/tpope/vim-fugitive.git
|
||||
[submodule "vim/bundle/snipmate"]
|
||||
path = vim/bundle/snipmate
|
||||
url = git://github.com/nelstrom/snipmate.vim.git
|
||||
[submodule "vim/bundle/unimpaired"]
|
||||
path = vim/bundle/unimpaired
|
||||
url = git://github.com/tpope/vim-unimpaired.git
|
||||
[submodule "vim/bundle/git"]
|
||||
path = vim/bundle/git
|
||||
url = git://github.com/tpope/vim-git.git
|
||||
[submodule "vim/bundle/gundo"]
|
||||
path = vim/bundle/gundo
|
||||
url = git://github.com/sjl/gundo.vim.git
|
||||
[submodule "vim/bundle/solarized"]
|
||||
path = vim/bundle/solarized
|
||||
url = git://github.com/altercation/vim-colors-solarized.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue