-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
executable file
·61 lines (61 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
58
59
60
61
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/indentLine"]
path = bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/goyo.vim"]
path = bundle/goyo.vim
url = https://github.com/junegunn/goyo.vim.git
[submodule "bundle/tcomment_vim"]
path = bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-better-whitespace"]
path = bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "bundle/vim-latex-live-preview"]
path = bundle/vim-latex-live-preview
url = https://github.com/xuhdev/vim-latex-live-preview.git
ignore = dirty
[submodule "bundle/vimtex"]
path = bundle/vimtex
url = https://github.com/lervag/vimtex.git
ignore = dirty
[submodule "bundle/julia-vim"]
path = bundle/julia-vim
url = https://github.com/JuliaEditorSupport/julia-vim.git
ignore = dirty
[submodule "bundle/typescript-vim"]
path = bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/vim-colorschemes"]
path = bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes.git
ignore = dirty
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-shaderlab"]
path = bundle/vim-shaderlab
url = https://github.com/mingchaoyan/vim-shaderlab.git
[submodule "vim-ps1"]
path = vim-ps1
url = https://github.com/PProvost/vim-ps1.git