-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
48 lines (48 loc) · 1.84 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/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/pydoc"]
path = vim/.vim/bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "vim/bundle/vim-markdown"]
path = vim/.vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim/bundle/vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-flake8"]
path = vim/.vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "vim/bundle/emmet-vim"]
path = vim/.vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "vim/bundle/ctrlp"]
path = vim/.vim/bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "vim/bundle/solarized"]
path = vim/.vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-mako"]
path = vim/.vim/bundle/vim-mako
url = https://github.com/sophacles/vim-bundle-mako.git
[submodule "vim/bundle/vim-jsx"]
path = vim/.vim/bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/rust-vim"]
path = vim/.vim/bundle/rust-vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/bundle/vim-scala"]
path = vim/.vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "vim/bundle/ultisnips"]
path = vim/.vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/ale"]
path = vim/.vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "vim/.vim/bundle/vim-test"]
path = vim/.vim/bundle/vim-test
url = https://github.com/vim-test/vim-test.git