-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
51 lines (51 loc) · 1.76 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
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "bundle/onyx"]
path = bundle/onyx
url = https://github.com/craigjackson/onyx.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = [email protected]:godlygeek/tabular.git
[submodule "bundle/vim-visual-star-search"]
path = bundle/vim-visual-star-search
url = [email protected]:bronson/vim-visual-star-search.git
[submodule "bundle/vim-terraform"]
path = bundle/vim-terraform
url = [email protected]:vim-scripts/vim-terraform.git
[submodule "bundle/vim-toml"]
path = bundle/vim-toml
url = [email protected]:cespare/vim-toml.git
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = [email protected]:rust-lang/rust.vim.git
[submodule "bundle/ale.git"]
path = bundle/ale.git
url = https://github.com/w0rp/ale.git
[submodule "bundle/deoplete.nvim"]
path = bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim
[submodule "bundle/deoplete-go"]
path = bundle/deoplete-go
url = https://github.com/zchee/deoplete-go
[submodule "bundle/vim-jsx-improve"]
path = bundle/vim-jsx-improve
url = https://github.com/neoclide/vim-jsx-improve.git