forked from hukl/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
94 lines (94 loc) · 3.79 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Core
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule ".vim/bundle/JavaScript-Indent"]
path = .vim/bundle/JavaScript-Indent
url = https://github.com/vim-scripts/JavaScript-Indent.git
[submodule ".vim/bundle/dash.vim"]
path = .vim/bundle/dash.vim
url = https://github.com/rizzatti/dash.vim.git
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = https://github.com/python-mode/python-mode.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/VimCompletesMe"]
path = .vim/bundle/VimCompletesMe
url = https://github.com/ajh17/VimCompletesMe.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/auto-pairs"]
path = .vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bin"]
path = bin
url = [email protected]:SebSemmi/bin.git
[submodule "scripts"]
path = scripts
url = [email protected]:SebSemmi/scripts.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".config/nvim/bundle/ale"]
path = .config/nvim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".config/nvim/bundle/auto-pairs"]
path = .config/nvim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule ".config/nvim/bundle/dash.vim"]
path = .config/nvim/bundle/dash.vim
url = https://github.com/rizzatti/dash.vim.git
[submodule ".config/nvim/bundle/JavaScript-Indent"]
path = .config/nvim/bundle/JavaScript-Indent
url = https://github.com/vim-scripts/JavaScript-Indent.git
[submodule ".config/nvim/bundle/nerdcommenter"]
path = .config/nvim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".config/nvim/bundle/nerdtree"]
path = .config/nvim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".config/nvim/bundle/supertab"]
path = .config/nvim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".config/nvim/bundle/vim-fugitive"]
path = .config/nvim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".config/nvim/bundle/vim-gitgutter"]
path = .config/nvim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".config/nvim/bundle/vim-javascript-syntax"]
path = .config/nvim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule ".config/nvim/bundle/vim-markdown"]
path = .config/nvim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".config/nvim/bundle/vim-pathogen"]
path = .config/nvim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".config/nvim/bundle/VimCompletesMe"]
path = .config/nvim/bundle/VimCompletesMe
url = https://github.com/ajh17/VimCompletesMe.git