first commit
This commit is contained in:
33
.gitmodules
vendored
Normal file
33
.gitmodules
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
[submodule "bundle/nerdtree"]
|
||||
path = bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule "bundle/bufexplorer"]
|
||||
path = bundle/bufexplorer
|
||||
url = https://github.com/vim-scripts/bufexplorer.zip.git
|
||||
[submodule "bundle/syntastic"]
|
||||
path = bundle/syntastic
|
||||
url = https://github.com/vim-syntastic/syntastic.git
|
||||
[submodule "bundle/vim-go"]
|
||||
path = bundle/vim-go
|
||||
url = https://github.com/fatih/vim-go.git
|
||||
[submodule "bundle/supertab"]
|
||||
path = bundle/supertab
|
||||
url = https://github.com/ervandew/supertab.git
|
||||
[submodule "bundle/vim-fugitive"]
|
||||
path = bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
[submodule "bundle/vim-gitgutter"]
|
||||
path = bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter.git
|
||||
[submodule "bundle/auto-pairs"]
|
||||
path = bundle/auto-pairs
|
||||
url = https://github.com/jiangmiao/auto-pairs.git
|
||||
[submodule "bundle/vim-airline"]
|
||||
path = bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline.git
|
||||
[submodule "bundle/ultisnips"]
|
||||
path = bundle/ultisnips
|
||||
url = https://github.com/SirVer/ultisnips.git
|
||||
[submodule "bundle/ctrlp.vim"]
|
||||
path = bundle/ctrlp.vim
|
||||
url = https://github.com/ctrlpvim/ctrlp.vim.git
|
||||
Reference in New Issue
Block a user