forked from hukl/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
48 lines (48 loc) · 2 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
[submodule ".vim/bundle/typescript-vim"]
path = vim/.vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "vim/.vim/bundle/goyo.vim"]
path = vim/.vim/bundle/goyo.vim
url = https://github.com/junegunn/goyo.vim.git
[submodule "vim/.vim/bundle/vim-colors-solarized"]
path = vim/.vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/.vim/bundle/vim-markdown"]
path = vim/.vim/bundle/vim-markdown
url = [email protected]:plasticboy/vim-markdown.git
[submodule "vim/.vim/bundle/ctrlp.vim"]
path = vim/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/.vim/bundle/vim-es6"]
path = vim/.vim/bundle/vim-es6
url = https://github.com/isRuslan/vim-es6.git
[submodule "vim/.vim/bundle/vimproc.vim"]
path = vim/.vim/bundle/vimproc.vim
url = https://github.com/Shougo/vimproc.vim.git
[submodule "vim/.vim/bundle/tsuquyomi"]
path = vim/.vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi.git
[submodule "vim/.vim/bundle/vim-vue"]
path = vim/.vim/bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "vim/.vim/bundle/Dockerfile.vim"]
path = vim/.vim/bundle/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vim/.vim/bundle/tern_for_vim"]
path = vim/.vim/bundle/tern_for_vim
url = https://github.com/ternjs/tern_for_vim.git
[submodule "vim/.vim/bundle/editorconfig-vim"]
path = vim/.vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "vim/.vim/bundle/vim-git"]
path = vim/.vim/bundle/vim-git
url = https://github.com/tpope/vim-git.git
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/.vim/bundle/indentLine"]
path = vim/.vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "vim/.vim/bundle/MatchTag"]
path = vim/.vim/bundle/MatchTag
url = https://github.com/gregsexton/MatchTag.git