-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
67 lines (60 loc) · 2.23 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
64
65
66
67
# Loaders
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/signature"]
path = .vim/bundle/signature
url = https://github.com/kshenoy/vim-signature.git
[submodule ".vim/bundle/dbext"]
path = .vim/bundle/dbext
url = https://github.com/vim-scripts/dbext.vim.git
## File System
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack.vim/
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/gtfo"]
path = .vim/bundle/gtfo
url = https://github.com/justinmk/vim-gtfo.git
[submodule ".vim/bundle/recover"]
path = .vim/bundle/Recover.vim/
url = https://github.com/chrisbra/Recover.vim.git
# Layout
[submodule ".vim/bundle/git-nerdtree"]
path = .vim/bundle/git-nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-airline.git"]
path = .vim/bundle/vim-airline.git
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-indent"]
path = .vim/bundle/vim-indent
url = https://github.com/nathanaelkane/vim-indent-guides.git
## Windowing Systems
[submodule ".vim/bundle/startify"]
path = .vim/bundle/vim-startify/
url = https://github.com/mhinz/vim-startify.git
[submodule ".vim/bundle/scratch"]
path = .vim/bundle/scratch
url = https://github.com/mtth/scratch.vim
# VCS
[submodule "nerdtree-git-status"]
path = nerdtree-git-status
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
# Formatting
[submodule ".vim/bundle/vim-nginx"]
path = .vim/bundle/nginx-vim-syntax/
url = https://github.com/evanmiller/nginx-vim-syntax.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = https://github.com/pangloss/vim-javascript
[submodule ".vim/bundle/javascript-libraries-syntax"]
path = .vim/bundle/javascript-libraries-syntax
url = https://github.com/othree/javascript-libraries-syntax.vim.git
[submodule ".vim/bundle/scss-syntax"]
path = .vim/bundle/scss-syntax
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "submodules-to-NeoBundle"]
path = submodules-to-NeoBundle
url = https://gist.github.com/e817b6e175e6641fe4d1.git
[submodule "vim-profiler"]
path = vim-profiler
url = https://github.com/bchretien/vim-profiler.git