-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
204 lines (204 loc) · 6.92 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# file system explorer
# https://github.com/scrooloose/nerdtree
# TODO: Figure out why nerdtree in here twice
[submodule "nerdtree"]
path = nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = untracked
# commenting functions
# https://github.com/scrooloose/nerdcommenter
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = untracked
# run ack searches from vim
# https://github.com/mileszs/ack.vim
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
ignore = untracked
# git wrapper for vim
# https://github.com/tpope/vim-fugitive
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = untracked
# file buffer explorer
# TODO: This hasn't been updated in a while. Find replacement?
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
ignore = untracked
# note-takingn in vim
[submodule "bundle/notes"]
path = bundle/notes
url = https://github.com/xolox/vim-notes.git
ignore = untracked
# manage pair-wise surroundings
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
ignore = untracked
# auto closing of tags
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/vim-scripts/delimitMate.vim.git
ignore = untracked
# fast file navigation
# https://github.com/wincent/command-t
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/command-t.git
ignore = dirty
[submodule "vim-colors-solarized"]
path = vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
ignore = dirty
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
ignore = untracked
# super tab completion
# https://github.com/ervandew/supertab
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
ignore = dirty
# show git diff in gutter
# https://github.com/airblade/vim-gitgutter
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
ignore = untracked
# superduper status/tab line
# https://github.com/vim-airline/vim-airline
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
ignore = untracked
# syntax checking hacks
# https://github.com/vim-syntastic/syntastic
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
# markdown runtime files
# https://github.com/tpope/vim-markdown
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = [email protected]:xolox/vim-misc.git
# display tags in a window
# https://github.com/majutsushi/tagbar
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = [email protected]:majutsushi/tagbar.git
# vim session manager
# https://github.com/vim-scripts/sessionman.vim
[submodule "bundle/sessionman"]
path = bundle/sessionman
url = https://github.com/vim-scripts/sessionman.vim.git
# tab completion for python
# https://github.com/rkulla/pydiction
# TODO: figure out how this works with other tab-completions
[submodule "bundle/pydiction"]
path = bundle/pydiction
url = https://github.com/rkulla/pydiction.git
# integration with doc brownwer Zeal
# https://github.com/KabbAmine/zeavim.vim
# https://zealdocs.org/
# TODO: might want to make conditional if only using on non-macOS
[submodule "bundle/zeavim"]
path = bundle/zeavim
url = [email protected]:KabbAmine/zeavim.vim.git
ignore = untracked
# search Dash from withing vim
# https://github.com/rizzatti/dash.vim
[submodule "bundle/dash"]
path = bundle/dash
url = https://github.com/rizzatti/dash.vim.git
# snippets!
# https://github.com/SirVer/ultisnips
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
# snippets for use with ultismips
# https://github.com/honza/vim-snippets
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
# themes for airline extension
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
# advanced syntax highlighting for python
# https://github.com/vim-python/python-syntax
[submodule "bundle/python-syntax"]
path = bundle/python-syntax
url = https://github.com/vim-python/python-syntax.git
ignore = untracked
[submodule "bundle/vim-rhubarb"]
path = bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb.git
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule "bundle/vim-hashicorp-tools"]
path = bundle/vim-hashicorp-tools
url = https://github.com/hashivim/vim-hashicorp-tools.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
ignore = dirty
[submodule "bundle/SimpylFold"]
path = bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git
ignore = dirty
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/ansible-vim"]
path = bundle/ansible-vim
url = https://github.com/pearofducks/ansible-vim.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-open-url"]
path = bundle/vim-open-url
url = https://github.com/dhruvasagar/vim-open-url.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-devicons"]
path = bundle/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
[submodule "bundle/vim-buffet"]
path = bundle/vim-buffet
url = https://github.com/bagrat/vim-buffet.git
[submodule "bundle/vim-bbye"]
path = bundle/vim-bbye
url = https://github.com/moll/vim-bbye.git
[submodule "bundle/taboo"]
path = bundle/taboo
url = https://github.com/gcmt/taboo.vim.git
[submodule "bundle/syntastic-extras"]
path = bundle/syntastic-extras
url = https://github.com/myint/syntastic-extras.git
ignore = dirty
[submodule "bundle/vim-startify"]
path = bundle/vim-startify
url = https://github.com/mhinz/vim-startify.git
[submodule "bundle/vim-colorscheme-switcher"]
path = bundle/vim-colorscheme-switcher
url = https://github.com/xolox/vim-colorscheme-switcher.git
[submodule "bundle/vim-which-key"]
path = bundle/vim-which-key
url = https://github.com/liuchengxu/vim-which-key.git
[submodule "bundle/rigel"]
path = bundle/rigel
url = https://github.com/Rigellute/rigel.git
[submodule "bundle/vim-table-mode"]
path = bundle/vim-table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git