-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
36 lines (36 loc) · 1.45 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
29
30
31
32
33
34
35
36
[submodule "vim/vim/bundle/ctrlp.vim"]
path = vim/vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/vim/bundle/nerdtree"]
path = vim/vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/vim/bundle/tabular"]
path = vim/vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/vim/bundle/tlib_vim"]
path = vim/vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/vim/bundle/vim-addon-mw-utils"]
path = vim/vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/vim/bundle/vim-snipmate"]
path = vim/vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "vim/vim/bundle/vim-snippets"]
path = vim/vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/vim/bundle/vim-gitgutter"]
path = vim/vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/vim/bundle/vim-puppet"]
path = vim/vim/bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "vim/vim/bundle/syntastic"]
path = vim/vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/vim/bundle/vim-airline"]
path = vim/vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "powerline-fonts"]
path = powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts.git