-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
51 lines (51 loc) · 2.11 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
[submodule ".vim/bundle/ag.vim"]
path = .vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/scss-syntax.vim"]
path = .vim/bundle/scss-syntax.vim
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.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-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/vim-fugitive-blame-ext"]
path = .vim/bundle/vim-fugitive-blame-ext
url = https://github.com/tommcdo/vim-fugitive-blame-ext.git
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace
[submodule ".vim/bundle/vim-hexcolor"]
path = .vim/bundle/vim-hexcolor
url = https://github.com/etdev/vim-hexcolor.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule ".vim/bundle/vim-esformatter"]
path = .vim/bundle/vim-esformatter
url = https://github.com/millermedeiros/vim-esformatter
[submodule ".vim/bundle/vim-jsx-pretty"]
path = .vim/bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty