-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
45 lines (45 loc) · 1.79 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
[submodule "vim/bundle/vim-opencl"]
path = vim/bundle/vim-opencl
url = https://github.com/petRUShka/vim-opencl.git
[submodule "vim/bundle/vim-maktaba"]
path = vim/bundle/vim-maktaba
url = https://github.com/google/vim-maktaba.git
[submodule "vim/bundle/vim-ft-bzl"]
path = vim/bundle/vim-ft-bzl
url = https://github.com/bazelbuild/vim-ft-bzl.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-codefmt"]
path = vim/bundle/vim-codefmt
url = https://github.com/google/vim-codefmt.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/rust.vim"]
path = vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/bundle/vim-clang-format"]
path = vim/bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule "vim/bundle/ack.vim"]
path = vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/nerdtree-git-plugin"]
path = vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/vim-cmake-syntax"]
path = vim/bundle/vim-cmake-syntax
url = https://github.com/pboettch/vim-cmake-syntax.git