-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
executable file
·63 lines (63 loc) · 2.4 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
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
[submodule "vim/bundle/gist-vim"]
path = vim/bundle/gist-vim
url = https://github.com/mattn/gist-vim.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/webapi-vim"]
path = vim/bundle/webapi-vim
url = https://github.com/mattn/webapi-vim
[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-one"]
path = vim/bundle/vim-one
url = https://github.com/rakr/vim-one.git
[submodule "vim/bundle/onedark.vim"]
path = vim/bundle/onedark.vim
url = https://github.com/joshdick/onedark.vim.git
[submodule "vim/bundle/vim-polyglot"]
path = vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "vim/bundle/base16-vim"]
path = vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule "vim/bundle/papercolor-theme"]
path = vim/bundle/papercolor-theme
url = https://github.com/NLKNguyen/papercolor-theme.git
[submodule "bash/base16-shell"]
path = bash/base16-shell
url = https://github.com/chriskempson/base16-shell.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[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/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/auto-pairs"]
path = vim/bundle/auto-pairs
url = git://github.com/jiangmiao/auto-pairs.git
[submodule "vim/bundle/vim-codefmt"]
path = vim/bundle/vim-codefmt
url = https://github.com/google/vim-codefmt.git