-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.54 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
37
38
39
[submodule ".vim/bundle/UltiSnips"]
path = .vim/bundle/UltiSnips
url = https://github.com/vim-scripts/UltiSnips.git
[submodule ".vim/bundle/julia-vim"]
path = .vim/bundle/julia-vim
url = https://github.com/JuliaLang/julia-vim.git
[submodule ".vim/bundle/pyflakes-vim"]
path = .vim/bundle/pyflakes-vim
url = https://github.com/kevinw/pyflakes-vim
[submodule ".vim/bundle/slimux"]
path = .vim/bundle/slimux
url = https://github.com/epeli/slimux.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-speeddating"]
path = .vim/bundle/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git