-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.21 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
[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-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.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/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-puppet"]
path = vim/bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-bufkill"]
path = vim/bundle/vim-bufkill
url = https://github.com/qpkorr/vim-bufkill
[submodule "bundle/Dockerfile"]
path = vim/bundle/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/bundle/promptline.vim"]
path = vim/bundle/promptline.vim
url = https://github.com/edkolev/promptline.vim
[submodule "vim/bundle/cisco.vim"]
path = vim/bundle/cisco.vim
url = https://github.com/momota/cisco.vim
[submodule "vim/bundle/vim-plist"]
path = vim/bundle/vim-plist
url = https://github.com/darfink/vim-plist.git
[submodule "vim/bundle/indentLine"]
path = vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "vim/bundle/vim-autoclose"]
path = vim/bundle/vim-autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "vim/bundle/vim-python-pep8-indent"]
path = vim/bundle/vim-python-pep8-indent
url = https://github.com/Vimjas/vim-python-pep8-indent.git