-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule ".vim/bundle/ghcmod-vim.git"]
path = pack/arijoon/start/ghcmod-vim.git
url = https://github.com/eagletmt/ghcmod-vim.git
[submodule ".vim/bundle/nerdtree.git"]
path = pack/arijoon/start/nerdtree.git
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-easymotion.git"]
path = pack/arijoon/start/vim-easymotion.git
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-powerline.git"]
path = .vim/bundle/vim-powerline.git
url = https://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-fugitive.git"]
path = pack/arijoon/start/vim-fugitive.git
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/syntastic.git"]
path = pack/arijoon/start/syntastic.git
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/html5.vim"]
path = pack/arijoon/start/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule ".vim/bundle/vim-rails.git"]
path = pack/arijoon/start/vim-rails.git
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-bundler.git"]
path = pack/arijoon/start/vim-bundler.git
url = https://github.com/tpope/vim-bundler.git
[submodule ".vim/bundle/nerdcommenter.git"]
path = pack/arijoon/start/nerdcommenter.git
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-coffee-script.git"]
path = pack/arijoon/start/vim-coffee-script.git
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = pack/arijoon/start/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = pack/arijoon/start/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/vim-csharp"]
path = pack/arijoon/start/vim-csharp
url = https://github.com/OrangeT/vim-csharp.git
[submodule ".vim/bundle/vim-airline"]
path = pack/arijoon/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-go"]
path = pack/arijoon/start/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/vim-gocode"]
path = pack/arijoon/start/vim-gocode
url = https://github.com/Blackrush/vim-gocode.git
[submodule "bundle/SimpylFold"]
path = pack/arijoon/start/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git
[submodule "bundle/vim-log-syntax"]
path = pack/arijoon/start/vim-log-syntax
url = https://github.com/dzeban/vim-log-syntax.git
[submodule "bundle/clam.vim"]
path = bundle/clam.vim
url = https://github.com/sjl/clam.vim
[submodule "bundle/Dockerfile"]
path = pack/arijoon/start/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "bundle/nginx"]
path = bundle/nginx
url = https://github.com/chr4/nginx.vim