-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.51 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
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-indent-lines"]
path = bundle/vim-indent-lines
url = https://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-better-whitespace"]
path = bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "bundle/vim-nginx"]
path = bundle/vim-nginx
url = https://github.com/fatih/vim-nginx.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/vim-python-pep8-indent"]
path = bundle/vim-python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule "bundle/vim-buftabline"]
path = bundle/vim-buftabline
url = https://github.com/ap/vim-buftabline.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "bundle/linuxsty.vim"]
path = bundle/linuxsty.vim
url = https://github.com/vivien/vim-linux-coding-style.git
[submodule "bundle/detectindent"]
path = bundle/detectindent
url = https://github.com/ciaranm/detectindent.git