forked from austinf/.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (28 loc) · 1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
branch = develop
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/detectindent"]
path = bundle/detectindent
url = https://github.com/ciaranm/detectindent.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/syntastic.git"]
path = bundle/syntastic.git
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-css3-syntax"]
path = bundle/vim-css3-syntax
url = https://github.com/hail2u/vim-css3-syntax.git