forked from mmerickel/vim-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
95 lines (95 loc) · 2.89 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
branch = master
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat
branch = master
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround
branch = master
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
branch = master
[submodule "bundle/solarized"]
path = bundle/solarized
url = https://github.com/altercation/vim-colors-solarized
branch = master
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = https://github.com/tpope/vim-pathogen
branch = master
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim.git
branch = master
[submodule "bundle/javascript"]
path = bundle/javascript
url = https://github.com/pangloss/vim-javascript
branch = master
[submodule "bundle/Dockerfile"]
path = bundle/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
branch = master
[submodule "bundle/go"]
path = bundle/go
url = https://github.com/jnwhiteh/vim-golang.git
branch = master
[submodule "bundle/toml"]
path = bundle/toml
url = https://github.com/cespare/vim-toml.git
branch = master
[submodule "bundle/csv"]
path = bundle/csv
url = https://github.com/chrisbra/csv.vim.git
branch = master
[submodule "bundle/json"]
path = bundle/json
url = https://github.com/elzr/vim-json
branch = master
[submodule "bundle/jsx"]
path = bundle/jsx
url = https://github.com/mxw/vim-jsx.git
branch = master
[submodule "bundle/rust"]
path = bundle/rust
url = https://github.com/rust-lang/rust.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/gruvbox"]
path = bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "bundle/papercolor-theme"]
path = bundle/papercolor-theme
url = https://github.com/NLKNguyen/papercolor-theme.git
[submodule "bundle/terraform"]
path = bundle/terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/command-t.git
[submodule "bundle/python"]
path = bundle/python
url = https://github.com/vim-python/python-syntax.git
[submodule "bundle/nix"]
path = bundle/nix
url = https://github.com/LnL7/vim-nix.git
[submodule "bundle/jinja"]
path = bundle/jinja
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule "bundle/jsonnet"]
path = bundle/jsonnet
url = https://github.com/google/vim-jsonnet
[submodule "bundle/vim-code-dark"]
path = bundle/vim-code-dark
url = https://github.com/tomasiser/vim-code-dark.git
[submodule "bundle/ripgrep"]
path = bundle/ripgrep
url = https://github.com/jremmen/vim-ripgrep.git
[submodule "bundle/rooter"]
path = bundle/rooter
url = https://github.com/airblade/vim-rooter.git